2 @message |
Authentification problem
assert (
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
+ Statement failed, SQLSTATE = HY000
+ record not found for user: TMP$C2004_FOO
+ Statement failed, SQLSTATE = 28000
+ Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
+ Statement failed, SQLSTATE = 28000
+ Your user name and password are not defined. Ask your database administrator to set up a Firebird login.)
LOG DETAILS:
2024-05-12 19:15:47.349
2024-05-12 19:15:47.354 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:47.358 user_foo = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:47.363 user_bar = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:47.368
2024-05-12 19:15:47.372 @pytest.mark.version('>=3.0')
2024-05-12 19:15:47.377 def test_1(act: Action, user_foo: User, user_bar: User):
2024-05-12 19:15:47.382 act.expected_stdout = expected_stdout
2024-05-12 19:15:47.387 act.expected_stderr = expected_stderr
2024-05-12 19:15:47.391 act.execute()
2024-05-12 19:15:47.396 > assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:47.401 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:47.407 E assert (
2024-05-12 19:15:47.412 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:47.417 E Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:47.422 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:47.428 E Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:47.433 E + Statement failed, SQLSTATE = HY000
2024-05-12 19:15:47.438 E + record not found for user: TMP$C2004_FOO
2024-05-12 19:15:47.443 E + Statement failed, SQLSTATE = 28000
2024-05-12 19:15:47.448 E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:47.454 E + Statement failed, SQLSTATE = 28000
2024-05-12 19:15:47.459 E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.)
2024-05-12 19:15:47.464
2024-05-12 19:15:47.468 tests/bugs/core_2004_test.py:126: AssertionError
2024-05-12 19:15:47.473 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:47.480 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:47.486 DROP user: TMP$C2004_FOO PLUGIN: Srp
2024-05-12 19:15:47.491 CREATE user: TMP$C2004_FOO PLUGIN: Srp
2024-05-12 19:15:47.497 CREATE user: TMP$C2004_BAR PLUGIN: Srp
2024-05-12 19:15:47.502 --------------------------- Captured stdout teardown ---------------------------
2024-05-12 19:15:47.507 DROP user: TMP$C2004_BAR PLUGIN: Srp
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
user_foo = <firebird.qa.plugin.User pytest object at [hex]>
user_bar = <firebird.qa.plugin.User pytest object at [hex]>
@pytest.mark.version('>=3.0')
def test_1(act: Action, user_foo: User, user_bar: User):
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 Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
E Statement failed, SQLSTATE = 28000
E Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
E + Statement failed, SQLSTATE = HY000
E + record not found for user: TMP$C2004_FOO
E + Statement failed, SQLSTATE = 28000
E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
E + Statement failed, SQLSTATE = 28000
E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.)
tests/bugs/core_2004_test.py:126: AssertionError
|