2 @message |
Authentification problem
assert (
- There is no privilege granted in this database
Statement failed, SQLSTATE = 28000
+ 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
+ Command error: show grants
+ 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
+ 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
- no permission for INSERT access to TABLE RDB$CHARACTER_SETS
- Statement failed, SQLSTATE = 28000
- no permission for INSERT access to TABLE RDB$COLLATIONS
- Statement failed, SQLSTATE = 28000
- no permission for INSERT access to TABLE RDB$DATABASE
- Statement failed, SQLSTATE = 28000
- no permission for UPDATE access to TABLE RDB$COLLATIONS
- Statement failed, SQLSTATE = 28000
- no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
- Statement failed, SQLSTATE = 28000
- no permission for UPDATE access to TABLE RDB$DATABASE
- Statement failed, SQLSTATE = 28000
- no permission for DELETE access to TABLE RDB$COLLATIONS
- Statement failed, SQLSTATE = 28000
- no permission for DELETE access to TABLE RDB$CHARACTER_SETS
- Statement failed, SQLSTATE = 28000
- no permission for DELETE access to TABLE RDB$DATABASE)
LOG DETAILS:
2024-05-12 19:15:49.375
2024-05-12 19:15:49.380 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-12 19:15:49.385 test_user = <firebird.qa.plugin.User object at [hex]>
2024-05-12 19:15:49.390
2024-05-12 19:15:49.395 @pytest.mark.version('>=3.0')
2024-05-12 19:15:49.401 def test_1(act: Action, test_user: User):
2024-05-12 19:15:49.406 act.expected_stdout = expected_stdout
2024-05-12 19:15:49.410 act.expected_stderr = expected_stderr
2024-05-12 19:15:49.415 act.execute()
2024-05-12 19:15:49.421 > assert (act.clean_stderr == act.clean_expected_stderr and
2024-05-12 19:15:49.428 act.clean_stdout == act.clean_expected_stdout)
2024-05-12 19:15:49.433 E assert (
2024-05-12 19:15:49.438 E - There is no privilege granted in this database
2024-05-12 19:15:49.442 E Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.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:49.454 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.460 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.466 E + Command error: show grants
2024-05-12 19:15:49.471 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.476 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.482 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.486 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.492 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.498 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.503 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.509 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.514 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.519 E + Use CONNECT or CREATE DATABASE to specify a database
2024-05-12 19:15:49.524 E - no permission for INSERT access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.529 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.534 E - no permission for INSERT access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.539 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.544 E - no permission for INSERT access to TABLE RDB$DATABASE
2024-05-12 19:15:49.549 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.554 E - no permission for UPDATE access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.559 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.564 E - no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.569 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.574 E - no permission for UPDATE access to TABLE RDB$DATABASE
2024-05-12 19:15:49.580 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.585 E - no permission for DELETE access to TABLE RDB$COLLATIONS
2024-05-12 19:15:49.591 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.596 E - no permission for DELETE access to TABLE RDB$CHARACTER_SETS
2024-05-12 19:15:49.602 E - Statement failed, SQLSTATE = 28000
2024-05-12 19:15:49.607 E - no permission for DELETE access to TABLE RDB$DATABASE)
2024-05-12 19:15:49.612
2024-05-12 19:15:49.617 tests/bugs/core_3735_test.py:177: AssertionError
2024-05-12 19:15:49.625 ---------------------------- Captured stdout setup -----------------------------
2024-05-12 19:15:49.630 Cached db: db-12.0-None-None-NONE.fdb [page_size=None, sql_dialect=None, charset='NONE'
2024-05-12 19:15:49.635 DROP user: TMP$C3735 PLUGIN: Srp
2024-05-12 19:15:49.641 CREATE user: TMP$C3735 PLUGIN: Srp
|
3 #text |
act = <firebird.qa.plugin.Action pytest object at [hex]>
test_user = <firebird.qa.plugin.User pytest object at [hex]>
@pytest.mark.version('>=3.0')
def test_1(act: Action, test_user: 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 - There is no privilege granted in this database
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 + Use CONNECT or CREATE DATABASE to specify a database
E + Use CONNECT or CREATE DATABASE to specify a database
E + Command error: show grants
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 + 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 - no permission for INSERT access to TABLE RDB$CHARACTER_SETS
E - Statement failed, SQLSTATE = 28000
E - no permission for INSERT access to TABLE RDB$COLLATIONS
E - Statement failed, SQLSTATE = 28000
E - no permission for INSERT access to TABLE RDB$DATABASE
E - Statement failed, SQLSTATE = 28000
E - no permission for UPDATE access to TABLE RDB$COLLATIONS
E - Statement failed, SQLSTATE = 28000
E - no permission for UPDATE access to TABLE RDB$CHARACTER_SETS
E - Statement failed, SQLSTATE = 28000
E - no permission for UPDATE access to TABLE RDB$DATABASE
E - Statement failed, SQLSTATE = 28000
E - no permission for DELETE access to TABLE RDB$COLLATIONS
E - Statement failed, SQLSTATE = 28000
E - no permission for DELETE access to TABLE RDB$CHARACTER_SETS
E - Statement failed, SQLSTATE = 28000
E - no permission for DELETE access to TABLE RDB$DATABASE)
tests/bugs/core_3735_test.py:177: AssertionError
|