2 @message |
assert
SYSDBA:NONE, UTF8, TCP
SYSDBA:NONE, UTF8, TCP
SYSDBA:NONE, ISO88591, TCP
SYSDBA:NONE, ISO88591, TCP
+ SYSDBA:NONE, NONE, TCP
+ SYSDBA:NONE, NONE, TCP
LOG DETAILS:
2024-05-12 19:15:49.133
2024-05-12 19:15:49.138 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:49.143
2024-05-12 19:15:49.149 @pytest.mark.version('>=3.0')
2024-05-12 19:15:49.154 def test_1(act: Action):
2024-05-12 19:15:49.159 with act.trace(db_events=trace):
2024-05-12 19:15:49.163 with act.db.connect(charset='utf8'):
2024-05-12 19:15:49.172 pass
2024-05-12 19:15:49.178 with act.db.connect(charset='iso8859_1'):
2024-05-12 19:15:49.183 pass
2024-05-12 19:15:49.188 act.expected_stdout = expected_stdout
2024-05-12 19:15:49.194 act.trace_to_stdout(upper=True)
2024-05-12 19:15:49.199 > assert act.clean_stdout == act.clean_expected_stdout
2024-05-12 19:15:49.204 E assert
2024-05-12 19:15:49.210 E SYSDBA:NONE, UTF8, TCP
2024-05-12 19:15:49.215 E SYSDBA:NONE, UTF8, TCP
2024-05-12 19:15:49.220 E SYSDBA:NONE, ISO88591, TCP
2024-05-12 19:15:49.225 E SYSDBA:NONE, ISO88591, TCP
2024-05-12 19:15:49.230 E + SYSDBA:NONE, NONE, TCP
2024-05-12 19:15:49.235 E + SYSDBA:NONE, NONE, TCP
2024-05-12 19:15:49.239
2024-05-12 19:15:49.244 tests/bugs/core_3008_test.py:40: AssertionError
2024-05-12 19:15:49.253 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:49.263 Cached db: db-12.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('>=3.0')
def test_1(act: Action):
with act.trace(db_events=trace):
with act.db.connect(charset='utf8'):
pass
with act.db.connect(charset='iso8859_1'):
pass
act.expected_stdout = expected_stdout
act.trace_to_stdout(upper=True)
> assert act.clean_stdout == act.clean_expected_stdout
E assert
E SYSDBA:NONE, UTF8, TCP
E SYSDBA:NONE, UTF8, TCP
E SYSDBA:NONE, ISO88591, TCP
E SYSDBA:NONE, ISO88591, TCP
E + SYSDBA:NONE, NONE, TCP
E + SYSDBA:NONE, NONE, TCP
tests/bugs/core_3008_test.py:40: AssertionError
|