Skip to content

Conversation

@soyacz
Copy link
Contributor

@soyacz soyacz commented Apr 16, 2025

In docker backend we recently started to get WARN messages upon stopping node. Because this warn message is catched by db error regex, it causes docker artifact test to fail and mess Scylla CI. This warn is not considered as error and should be ignored.

This commit makes all warnings during stop/restart to be ignored (for docker backend only).

closes: #10633

Testing

  • - tested locally

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

In docker backend we recently started to get WARN messages upon stopping
node. Because this warn message is catched by db error regex, it causes
docker artifact test to fail and mess Scylla CI. This warn is not
considered as error and should be ignored.

This commit makes all warnings during stop/restart to be ignored (for
docker backend only).

closes: scylladb#10633
@soyacz soyacz added the backport/none Backport is not required label Apr 16, 2025
Copy link
Contributor

@vponomaryov vponomaryov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@soyacz soyacz merged commit 230bb0d into scylladb:master Apr 17, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/none Backport is not required promoted-to-master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scylla-master - Docker failing

4 participants