Skip to content

[Backport 2025.1] fix(enable_default_filters): move DB event filter for raft error to default filters#10738

Merged
vponomaryov merged 1 commit intoscylladb:branch-2025.1from
scylladbbot:backport/10694/to-2025.1
Apr 29, 2025
Merged

[Backport 2025.1] fix(enable_default_filters): move DB event filter for raft error to default filters#10738
vponomaryov merged 1 commit intoscylladb:branch-2025.1from
scylladbbot:backport/10694/to-2025.1

Conversation

@scylladbbot
Copy link

PR scylladb/scylla-cluster-tests/#10386 filter some expected
raft error messages globally. But this change broke integration
unit test. Issue #10676.

Move DB event Filter from ignore_topology_change_coordinator_errors
context manager to enable_default_filters. If the event will be
filtered globally, then no need to filter it with cm.

Fixes #10676

Testing

  • Executed JOB - Job mostly passed, only coredump during decommission. will be investigated

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)

  • (cherry picked from commit 987afc1)

Parent PR: #10694

…efault filters

PR scylladb/scylla-cluster-tests/scylladb#10386 filter some expected
raft error messages globally. But this change broke integration
unit test. Issue scylladb#10676.

Move DB event Filter from `ignore_topology_change_coordinator_errors`
context manager to `enable_default_filters`. If the event will be
filtered globally, then no need to filter it with cm.

Fixes scylladb#10676

(cherry picked from commit 987afc1)
@vponomaryov vponomaryov merged commit ba8db80 into scylladb:branch-2025.1 Apr 29, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants