2 @message |
Server crashed ?
assert
- 1
+ Statement failed, SQLSTATE = 08006
+ Error reading data from the connection.
+ Statement failed, SQLSTATE = 08006
+ Error writing data to the connection.
+ Statement failed, SQLSTATE = 08006
+ Error writing data to the connection.
LOG DETAILS:
2025-02-25 14:28:25.829
2025-02-25 14:28:25.836 act = <firebird.qa.plugin.Action object at [hex]>
2025-02-25 14:28:25.843
2025-02-25 14:28:25.851 @pytest.mark.version('>=4.0.6')
2025-02-25 14:28:25.859 def test_1(act: Action):
2025-02-25 14:28:25.868 act.expected_stdout = expected_stdout
2025-02-25 14:28:25.881 act.execute(combine_output = True)
2025-02-25 14:28:25.892 > assert act.clean_stdout == act.clean_expected_stdout
2025-02-25 14:28:25.901 E assert
2025-02-25 14:28:25.909 E - 1
2025-02-25 14:28:25.920 E + Statement failed, SQLSTATE = 08006
2025-02-25 14:28:25.931 E + Error reading data from the connection.
2025-02-25 14:28:25.942 E + Statement failed, SQLSTATE = 08006
2025-02-25 14:28:25.952 E + Error writing data to the connection.
2025-02-25 14:28:25.963 E + Statement failed, SQLSTATE = 08006
2025-02-25 14:28:25.976 E + Error writing data to the connection.
2025-02-25 14:28:25.989
2025-02-25 14:28:25.997 tests/bugs/gh_8437_test.py:34: AssertionError
2025-02-25 14:28:26.011 ---------------------------- Captured stdout setup -----------------------------
2025-02-25 14:28:26.021 Creating db: localhost:/var/tmp/qa_2024/test_11684/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
@pytest.mark.version('>=4.0.6')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)
> assert act.clean_stdout == act.clean_expected_stdout
E assert
E - 1
E + Statement failed, SQLSTATE = 08006
E + Error reading data from the connection.
E + Statement failed, SQLSTATE = 08006
E + Error writing data to the connection.
E + Statement failed, SQLSTATE = 08006
E + Error writing data to the connection.
tests/bugs/gh_8437_test.py:34: AssertionError
|