2 @message |
Authentification problem
assert (
Statement failed, SQLSTATE = 28000
- no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
+ Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
+ Use CONNECT or CREATE DATABASE to specify a database
+ Use CONNECT or CREATE DATABASE to specify a database
+ Use CONNECT or CREATE DATABASE to specify a database
+ Use CONNECT or CREATE DATABASE to specify a database
+ Use CONNECT or CREATE DATABASE to specify a database
+ Use CONNECT or CREATE DATABASE to specify a database
Statement failed, SQLSTATE = 28000
no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
Statement failed, SQLSTATE = 28000
no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)
LOG DETAILS:
2024-05-12 19:15:53.411
2024-05-12 19:15:53.416 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:53.422 user_a = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.427 user_b = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.432 user_c = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:53.436 role_a = <firebird.qa.plugin.Role object at [hex]>
2024-05-12 19:15:53.442 role_b = <firebird.qa.plugin.Role object at [hex]>
2024-05-12 19:15:53.447
2024-05-12 19:15:53.453 @pytest.mark.version('>=3.0')
2024-05-12 19:15:53.461 def test_1(act: Action, user_a: User, user_b: User, user_c: User, role_a: Role, role_b: Role):
2024-05-12 19:15:53.468 act.expected_stdout = expected_stdout
2024-05-12 19:15:53.480 act.expected_stderr = expected_stderr
2024-05-12 19:15:53.489 act.execute()
2024-05-12 19:15:53.495 > assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:53.501 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:53.509 E assert (
2024-05-12 19:15:53.515 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.526 E - no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
2024-05-12 19:15:53.536 E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
2024-05-12 19:15:53.542 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.549 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.556 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.563 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.573 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.581 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:53.586 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.591 E no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
2024-05-12 19:15:53.597 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:53.602 E no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)
2024-05-12 19:15:53.607
2024-05-12 19:15:53.615 tests/bugs/core_4802_test.py:128: AssertionError
2024-05-12 19:15:53.621 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:53.626 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:53.631 DROP user: BIG_BROTHER PLUGIN: Srp
2024-05-12 19:15:53.638 CREATE user: BIG_BROTHER PLUGIN: Srp
2024-05-12 19:15:53.646 CREATE user: SENIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.652 CREATE user: JUNIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.657 CREATE role: FLD_FOR_SENIORS_UPDATER
2024-05-12 19:15:53.667 CREATE role: FLD_FOR_JUNIORS_UPDATER
2024-05-12 19:15:53.680 --------------------------- Captured stdout teardown ---------------------------
2024-05-12 19:15:53.686 DROP role: FLD_FOR_JUNIORS_UPDATER
2024-05-12 19:15:53.692 DROP role: FLD_FOR_SENIORS_UPDATER
2024-05-12 19:15:53.697 DROP user: JUNIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.702 DROP user: SENIOR_MNGR PLUGIN: Srp
2024-05-12 19:15:53.707 DROP user: BIG_BROTHER PLUGIN: Srp
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
user_a = <firebird.qa.plugin.User pytest object at [hex]>
user_b = <firebird.qa.plugin.User pytest object at [hex]>
user_c = <firebird.qa.plugin.User pytest object at [hex]>
role_a = <firebird.qa.plugin.Role pytest object at [hex]>
role_b = <firebird.qa.plugin.Role pytest object at [hex]>
@pytest.mark.version('>=3.0')
def test_1(act: Action, user_a: User, user_b: User, user_c: User, role_a: Role, role_b: 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 - no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
E + Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
E + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E Statement failed, SQLSTATE = 28000
E no permission for UPDATE access to COLUMN TEST.FLD_FOR_JUNIORS
E Statement failed, SQLSTATE = 28000
E no permission for UPDATE access to COLUMN TEST.FLD_FOR_SENIORS)
tests/bugs/core_4802_test.py:128: AssertionError
|