2 @message |
assert
A_MILLISECOND 2001-01-01 01:01:01.1111
A_SECOND 2001-01-01 01:01:01.1111
A_MINUTE 2001-01-01 01:01:01.1111
A_HOUR 2001-01-01 01:01:01.1111
A_DAY 2001-01-01 01:01:01.1111
A_WEEK 2001-01-01 01:01:01.1111
- A_MONTH 2001-01-01 01:01:01.1111
+ A_MONTH 2001-01-01 01:01:01.0000
- A_YEAR 2001-01-01 01:01:01.1111
+ A_YEAR 2001-01-01 01:01:01.0000
LOG DETAILS:
2024-08-31 22:04:39.068
2024-08-31 22:04:39.078 act = <firebird.qa.plugin.Action object at [hex]>
2024-08-31 22:04:39.087
2024-08-31 22:04:39.096 @pytest.mark.version('>=4.0.6')
2024-08-31 22:04:39.105 def test_1(act: Action):
2024-08-31 22:04:39.114 act.expected_stdout = expected_stdout
2024-08-31 22:04:39.123 act.execute(combine_output = True)
2024-08-31 22:04:39.134 > assert act.clean_stdout == act.clean_expected_stdout
2024-08-31 22:04:39.150 E assert
2024-08-31 22:04:39.164 E A_MILLISECOND 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.176 E A_SECOND 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.187 E A_MINUTE 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.197 E A_HOUR 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.207 E A_DAY 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.218 E A_WEEK 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.228 E - A_MONTH 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.249 E + A_MONTH 2001-01-01 01:01:01.0000
2024-08-31 22:04:39.269 E - A_YEAR 2001-01-01 01:01:01.1111
2024-08-31 22:04:39.289 E + A_YEAR 2001-01-01 01:01:01.0000
2024-08-31 22:04:39.308
2024-08-31 22:04:39.320 tests/bugs/gh_8211_test.py:50: AssertionError
2024-08-31 22:04:39.334 ---------------------------- Captured stdout setup -----------------------------
2024-08-31 22:04:39.348 Creating db: localhost:/var/tmp/qa_2024/test_11554/test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
|