2 @message |
assert (
Statement failed, SQLSTATE = 28000
- Statement failed, SQLSTATE = HY000
+ Statement failed, SQLSTATE = 28000
+ Statement failed, SQLSTATE = 28000
+ Statement failed, SQLSTATE = 28000
- exception
- -EX_HAVE_NO_ROLE
- -You've specified role: >"BoSs"< -- but your actual role is NONE.
- -At procedure 'SP_CHECK_ACTUAL_ROLE')
LOG DETAILS:
2024-05-12 19:15:53.717
2024-05-12 19:15:53.723 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:53.729 tmp_user = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.734 tmp_role = <firebird.qa.plugin.Role object at [hex]>
2024-05-12 19:15:53.740
2024-05-12 19:15:53.747 @pytest.mark.version('>=3.0')
2024-05-12 19:15:53.754 def test_1(act: Action, tmp_user: User, tmp_role: Role):
2024-05-12 19:15:53.765 act.expected_stdout = expected_stdout
2024-05-12 19:15:53.770 act.expected_stderr = expected_stderr
2024-05-12 19:15:53.776 act.execute()
2024-05-12 19:15:53.781 > assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:53.786 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:53.791 E assert (
2024-05-12 19:15:53.797 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.804 E - Statement failed, SQLSTATE = HY000
2024-05-12 19:15:53.816 E + Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.828 E + Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.833 E + Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.838 E - exception
2024-05-12 19:15:53.842 E - -EX_HAVE_NO_ROLE
2024-05-12 19:15:53.848 E - -You've specified role: >"BoSs"< -- but your actual role is NONE.
2024-05-12 19:15:53.853 E - -At procedure 'SP_CHECK_ACTUAL_ROLE')
2024-05-12 19:15:53.861
2024-05-12 19:15:53.867 tests/bugs/core_4811_test.py:186: AssertionError
2024-05-12 19:15:53.879 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:53.886 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:53.892 DROP user: TMP$C4811 PLUGIN: Srp
2024-05-12 19:15:53.897 CREATE user: TMP$C4811 PLUGIN: Srp
2024-05-12 19:15:53.903 CREATE role: BOSS
2024-05-12 19:15:53.908 --------------------------- Captured stdout teardown ---------------------------
2024-05-12 19:15:53.914 DROP role: BOSS
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
tmp_user = <firebird.qa.plugin.User pytest object at [hex]>
tmp_role = <firebird.qa.plugin.Role pytest object at [hex]>
@pytest.mark.version('>=3.0')
def test_1(act: Action, tmp_user: User, tmp_role: Role):
act.expected_stdout = expected_stdout
act.expected_stderr = expected_stderr
act.execute()
> assert (act.clean_stderr == act.clean_expected_stderr and
act.clean_stdout == act.clean_expected_stdout)
E assert (
E Statement failed, SQLSTATE = 28000
E - Statement failed, SQLSTATE = HY000
E + Statement failed, SQLSTATE = 28000
E + Statement failed, SQLSTATE = 28000
E + Statement failed, SQLSTATE = 28000
E - exception
E - -EX_HAVE_NO_ROLE
E - -You've specified role: >"BoSs"< -- but your actual role is NONE.
E - -At procedure 'SP_CHECK_ACTUAL_ROLE')
tests/bugs/core_4811_test.py:186: AssertionError
|