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 14:06:28.122
2024-08-09 14:06:28.122 act = <firebird.qa.plugin.Action object at [hex]>
2024-08-09 14:06:28.122
2024-08-09 14:06:28.122 @pytest.mark.version('>=3.0.12')
2024-08-09 14:06:28.122 def test_1(act: Action):
2024-08-09 14:06:28.122 act.expected_stdout = expected_stdout
2024-08-09 14:06:28.122 act.execute(combine_output = True)
2024-08-09 14:06:28.122 > assert act.clean_stdout == act.clean_expected_stdout
2024-08-09 14:06:28.122 E assert
2024-08-09 14:06:28.122 E 1
2024-08-09 14:06:28.122 E c2
2024-08-09 14:06:28.122 E c3
2024-08-09 14:06:28.122 E TRUE
2024-08-09 14:06:28.123 E Statement failed, SQLSTATE = HY004
2024-08-09 14:06:28.123 E SQL error code = -104
2024-08-09 14:06:28.123 E -Datatypes are not comparable in expression COALESCE
2024-08-09 14:06:28.123 E Statement failed, SQLSTATE = HY004
2024-08-09 14:06:28.123 E SQL error code = -104
2024-08-09 14:06:28.123 E -Datatypes are not comparable in expression COALESCE
2024-08-09 14:06:28.123 E c7
2024-08-09 14:06:28.123 E c8
2024-08-09 14:06:28.123 E TRUE
2024-08-09 14:06:28.123 E TRUE
2024-08-09 14:06:28.123 E 11
2024-08-09 14:06:28.123 E - 12
2024-08-09 14:06:28.123 E + Statement failed, SQLSTATE = HY004
2024-08-09 14:06:28.123 E + SQL error code = -104
2024-08-09 14:06:28.123 E + -Datatypes are not comparable in expression COALESCE
2024-08-09 14:06:28.123
2024-08-09 14:06:28.123 tests\bugs\gh_8178_test.py:77: AssertionError
2024-08-09 14:06:28.123 ---------------------------- Captured stdout setup ----------------------------
2024-08-09 14:06:28.123 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_11572\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
|