Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system_auth keyspace not found in snapshot in test_snapshot_defaults_to_all_keyspaces #18610

Closed
Deexie opened this issue May 10, 2024 · 6 comments
Assignees
Labels
area/authentication symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework

Comments

@Deexie
Copy link
Contributor

Deexie commented May 10, 2024

snapshot_test.TestSnapshotOptions.test_snapshot_defaults_to_all_keyspaces fails with:

AssertionError: assert {'system_schema', 'system_distributed_everywhere', 'system_distributed', 'ks2', 'system_auth_v2', 'ks0', 'system_traces', 'system', 'ks1'} == {'system_auth', 'system_schema', 'system_distributed_everywhere', 'ks2', 'system_distributed', 'system_auth_v2', 'ks0', 'system_traces', 'system', 'ks1'}
  Extra items in the right set:
  'system_auth'
  Full diff:
    {
     'ks0',
     'ks1',
     'ks2',
     'system',
  -  'system_auth',
     'system_auth_v2',
     'system_distributed',
     'system_distributed_everywhere',
     'system_schema',
     'system_traces',
    }

https://jenkins.scylladb.com/job/scylla-master/job/gating-dtest-release-with-consistent-topology-changes/1459/testReport/junit/snapshot_test/TestSnapshotOptions/FullDtest___full_split000___test_snapshot_defaults_to_all_keyspaces/

@mykaul mykaul added area/authentication symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework labels May 12, 2024
@nuivall
Copy link
Member

nuivall commented May 13, 2024

@Deexie consistently or randomly?

@Deexie
Copy link
Contributor Author

Deexie commented May 13, 2024

@Deexie consistently or randomly?

Randomly

@nuivall
Copy link
Member

nuivall commented May 13, 2024

@Deexie something odd has happened with this test run, why there are 87 other tests failures there?

@Deexie
Copy link
Contributor Author

Deexie commented May 13, 2024

Most of the tests failed because of timeout waiting for logs. I assumed it happened due to some external conditions. I opened issues for the failures that stood out and seemed to be specific.

@nuivall
Copy link
Member

nuivall commented May 13, 2024

But this may also is kind of timeout scenario. If scylla process was starved somehow, and creation of system_auth happens asynchronously on startup, this check will simply fail.

@nuivall
Copy link
Member

nuivall commented May 17, 2024

I think we can close this issue, and reopen if this occurs on non starved run.

@nuivall nuivall closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/authentication symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework
Projects
None yet
Development

No branches or pull requests

3 participants