2 @message |
assert
1
c2
c3
TRUE
Statement failed, SQLSTATE = HY004
SQL error code = -104
-Datatypes are not comparable in expression COALESCE
Statement failed, SQLSTATE = HY004
SQL error code = -104
-Datatypes are not comparable in expression COALESCE
c7
c8
TRUE
TRUE
11
- 12
+ Statement failed, SQLSTATE = HY004
+ SQL error code = -104
+ -Datatypes are not comparable in expression COALESCE
LOG DETAILS:
2024-08-09 16:27:16.177
2024-08-09 16:27:16.187 act = <firebird.qa.plugin.Action object at [hex]>
2024-08-09 16:27:16.195
2024-08-09 16:27:16.202 @pytest.mark.version('>=3.0.12')
2024-08-09 16:27:16.208 def test_1(act: Action):
2024-08-09 16:27:16.217 act.expected_stdout = expected_stdout
2024-08-09 16:27:16.228 act.execute(combine_output = True)
2024-08-09 16:27:16.236 > assert act.clean_stdout == act.clean_expected_stdout
2024-08-09 16:27:16.243 E assert
2024-08-09 16:27:16.249 E 1
2024-08-09 16:27:16.255 E c2
2024-08-09 16:27:16.261 E c3
2024-08-09 16:27:16.266 E TRUE
2024-08-09 16:27:16.273 E Statement failed, SQLSTATE = HY004
2024-08-09 16:27:16.278 E SQL error code = -104
2024-08-09 16:27:16.287 E -Datatypes are not comparable in expression COALESCE
2024-08-09 16:27:16.297 E Statement failed, SQLSTATE = HY004
2024-08-09 16:27:16.304 E SQL error code = -104
2024-08-09 16:27:16.310 E -Datatypes are not comparable in expression COALESCE
2024-08-09 16:27:16.314 E c7
2024-08-09 16:27:16.319 E c8
2024-08-09 16:27:16.324 E TRUE
2024-08-09 16:27:16.328 E TRUE
2024-08-09 16:27:16.334 E 11
2024-08-09 16:27:16.341 E - 12
2024-08-09 16:27:16.347 E + Statement failed, SQLSTATE = HY004
2024-08-09 16:27:16.353 E + SQL error code = -104
2024-08-09 16:27:16.360 E + -Datatypes are not comparable in expression COALESCE
2024-08-09 16:27:16.367
2024-08-09 16:27:16.374 tests/bugs/gh_8178_test.py:77: AssertionError
2024-08-09 16:27:16.381 ---------------------------- Captured stdout setup -----------------------------
2024-08-09 16:27:16.387 Creating db: localhost:/var/tmp/qa_2024/test_11322/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('>=3.0.12')
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 c2
E c3
E TRUE
E Statement failed, SQLSTATE = HY004
E SQL error code = -104
E -Datatypes are not comparable in expression COALESCE
E Statement failed, SQLSTATE = HY004
E SQL error code = -104
E -Datatypes are not comparable in expression COALESCE
E c7
E c8
E TRUE
E TRUE
E 11
E - 12
E + Statement failed, SQLSTATE = HY004
E + SQL error code = -104
E + -Datatypes are not comparable in expression COALESCE
tests/bugs/gh_8178_test.py:77: AssertionError
|