2 @message |
Server crashed ?
assert
- Statement failed, SQLSTATE = 39000
+ Statement failed, SQLSTATE = 08006
- function MAKE_DBKEY could not be matched
+ Error reading data from the connection.
- Statement failed, SQLSTATE = 39000
+ Statement failed, SQLSTATE = 08006
- function MAKE_DBKEY could not be matched
+ Error writing data to the connection.
+ Statement failed, SQLSTATE = 08006
+ Error writing data to the connection.
+ Statement failed, SQLSTATE = 08006
+ Error writing data to the connection.
LOG DETAILS:
2024-08-31 22:04:39.373
2024-08-31 22:04:39.384 act = <firebird.qa.plugin.Action object at [hex]>
2024-08-31 22:04:39.395
2024-08-31 22:04:39.405 @pytest.mark.version('>=4.0.6')
2024-08-31 22:04:39.414 def test_1(act: Action):
2024-08-31 22:04:39.423
2024-08-31 22:04:39.431 expected_stdout = f"""
2024-08-31 22:04:39.439 Statement failed, SQLSTATE = 39000
2024-08-31 22:04:39.447 function MAKE_DBKEY could not be matched
2024-08-31 22:04:39.455
2024-08-31 22:04:39.465 Statement failed, SQLSTATE = 39000
2024-08-31 22:04:39.475 function MAKE_DBKEY could not be matched
2024-08-31 22:04:39.484 """
2024-08-31 22:04:39.493 act.expected_stdout = expected_stdout
2024-08-31 22:04:39.500 act.execute(combine_output = True)
2024-08-31 22:04:39.508 > assert act.clean_stdout == act.clean_expected_stdout
2024-08-31 22:04:39.517 E assert
2024-08-31 22:04:39.526 E - Statement failed, SQLSTATE = 39000
2024-08-31 22:04:39.545 E + Statement failed, SQLSTATE = 08006
2024-08-31 22:04:39.564 E - function MAKE_DBKEY could not be matched
2024-08-31 22:04:39.574 E + Error reading data from the connection.
2024-08-31 22:04:39.582 E - Statement failed, SQLSTATE = 39000
2024-08-31 22:04:39.600 E + Statement failed, SQLSTATE = 08006
2024-08-31 22:04:39.620 E - function MAKE_DBKEY could not be matched
2024-08-31 22:04:39.629 E + Error writing data to the connection.
2024-08-31 22:04:39.637 E + Statement failed, SQLSTATE = 08006
2024-08-31 22:04:39.647 E + Error writing data to the connection.
2024-08-31 22:04:39.656 E + Statement failed, SQLSTATE = 08006
2024-08-31 22:04:39.666 E + Error writing data to the connection.
2024-08-31 22:04:39.675
2024-08-31 22:04:39.684 tests/bugs/gh_8221_test.py:38: AssertionError
2024-08-31 22:04:39.692 ---------------------------- Captured stdout setup -----------------------------
2024-08-31 22:04:39.702 Creating db: localhost:/var/tmp/qa_2024/test_11555/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):
expected_stdout = f"""
Statement failed, SQLSTATE = 39000
function MAKE_DBKEY could not be matched
Statement failed, SQLSTATE = 39000
function MAKE_DBKEY could not be matched
"""
act.expected_stdout = expected_stdout
act.execute(combine_output = True)
> assert act.clean_stdout == act.clean_expected_stdout
E assert
E - Statement failed, SQLSTATE = 39000
E + Statement failed, SQLSTATE = 08006
E - function MAKE_DBKEY could not be matched
E + Error reading data from the connection.
E - Statement failed, SQLSTATE = 39000
E + Statement failed, SQLSTATE = 08006
E - function MAKE_DBKEY could not be matched
E + Error writing data to 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_8221_test.py:38: AssertionError
|