2 @message |
assert
+ CONCATENATION ><
Statement failed, SQLSTATE = 22018
arithmetic exception, numeric overflow, or string truncation
-Cannot transliterate character between character sets
- Statement failed, SQLSTATE = 22018
- arithmetic exception, numeric overflow, or string truncation
- -Cannot transliterate character between character sets
LOG DETAILS:
2024-06-11 09:15:19.554
2024-06-11 09:15:19.569 act = <firebird.qa.plugin.Action object at [hex]>
2024-06-11 09:15:19.569
2024-06-11 09:15:19.569 @pytest.mark.version('>=4.0.5')
2024-06-11 09:15:19.569 def test_1(act: Action):
2024-06-11 09:15:19.569 act.expected_stdout = expected_stdout
2024-06-11 09:15:19.569 act.execute(combine_output = True)
2024-06-11 09:15:19.569 > assert act.clean_stdout == act.clean_expected_stdout
2024-06-11 09:15:19.569 E assert
2024-06-11 09:15:19.569 E + CONCATENATION ><
2024-06-11 09:15:19.569 E Statement failed, SQLSTATE = 22018
2024-06-11 09:15:19.569 E arithmetic exception, numeric overflow, or string truncation
2024-06-11 09:15:19.569 E -Cannot transliterate character between character sets
2024-06-11 09:15:19.569 E - Statement failed, SQLSTATE = 22018
2024-06-11 09:15:19.569 E - arithmetic exception, numeric overflow, or string truncation
2024-06-11 09:15:19.569 E - -Cannot transliterate character between character sets
2024-06-11 09:15:19.569
2024-06-11 09:15:19.569 tests\bugs\gh_8108_test.py:49: AssertionError
2024-06-11 09:15:19.569 ---------------------------- Captured stdout setup ----------------------------
2024-06-11 09:15:19.569 Cached db: db-13.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
@pytest.mark.version('>=4.0.5')
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 + CONCATENATION ><
E Statement failed, SQLSTATE = 22018
E arithmetic exception, numeric overflow, or string truncation
E -Cannot transliterate character between character sets
E - Statement failed, SQLSTATE = 22018
E - arithmetic exception, numeric overflow, or string truncation
E - -Cannot transliterate character between character sets
tests\bugs\gh_8108_test.py:49: AssertionError
|