-
Notifications
You must be signed in to change notification settings - Fork 96
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
fix(logcollection): save schema info output #9513
base: master
Are you sure you want to change the base?
fix(logcollection): save schema info output #9513
Conversation
1714dfe
to
7cbb7ed
Compare
Collect schema and system_schema.tables info and save it on the runner. Add the new logs to the node logs archive
e93aa8b
to
6fb0d33
Compare
be7b0a0
to
23cdd15
Compare
61a2a4e
to
10b8718
Compare
@grzywin @vponomaryov Test passed https://argus.scylladb.com/tests/scylla-cluster-tests/ae081b90-89ec-47ec-a515-b2acd04daeb1. The schema info was saved fast. The schema files are collected under sct-events folder:
Which test(s) is worth to run to validate this fix? |
10b8718
to
4bd9b9e
Compare
This commit brings the few fixes: 1. save schema info on the runner locally and collect it in SCT folder 2. use silence decorator for every run of schema info command. It's to prevent stop info collection on failure 3. collect schema info from one live node
4bd9b9e
to
23ecadd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why in the
It worth to see what happens when test ends with failure or error. |
per request #9513 (comment).
I meant in my question which k8s/operator test is worth to run |
The request doesn't match the implemented approach.
One successful and one failed should be enough. |
I asked to be in the test side, i.e. no on every node. so from my POV it's a nitpick, and can be a followup if one insists.
|
I'll move the logs to "db-cluster" |
This commit brings the few fixes:
Testing
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)