2 @message |
assert
- MSG case-1
- DS 50
- RU 1
- WI 1
- KO 0
- Records affected: 1
+ Records affected: 0
MSG case-2
DS 50
RU 1
WI 1
KO 0
Records affected: 1
LOG DETAILS:
2024-11-27 16:57:44.283
2024-11-27 16:57:44.287 act = <firebird.qa.plugin.Action object at [hex]>
2024-11-27 16:57:44.292
2024-11-27 16:57:44.297 @pytest.mark.version('>=4.0.6')
2024-11-27 16:57:44.301 def test_1(act: Action):
2024-11-27 16:57:44.306 act.expected_stdout = expected_stdout
2024-11-27 16:57:44.311 act.execute(combine_output = True)
2024-11-27 16:57:44.317 > assert act.clean_stdout == act.clean_expected_stdout
2024-11-27 16:57:44.322 E assert
2024-11-27 16:57:44.327 E - MSG case-1
2024-11-27 16:57:44.332 E - DS 50
2024-11-27 16:57:44.338 E - RU 1
2024-11-27 16:57:44.345 E - WI 1
2024-11-27 16:57:44.351 E - KO 0
2024-11-27 16:57:44.357 E - Records affected: 1
2024-11-27 16:57:44.370 E + Records affected: 0
2024-11-27 16:57:44.385 E MSG case-2
2024-11-27 16:57:44.391 E DS 50
2024-11-27 16:57:44.397 E RU 1
2024-11-27 16:57:44.403 E WI 1
2024-11-27 16:57:44.409 E KO 0
2024-11-27 16:57:44.415 E Records affected: 1
2024-11-27 16:57:44.422
2024-11-27 16:57:44.429 tests/bugs/gh_8304_test.py:96: AssertionError
2024-11-27 16:57:44.436 ---------------------------- Captured stdout setup -----------------------------
2024-11-27 16:57:44.443 Creating db: localhost:/var/tmp/qa_2024/test_11571/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|