scylla-cluster-tests
scylla-cluster-tests copied to clipboard
improvement(fill_db_data): Remove 30s sleep of waiting for schema agreement
Now that all of our recent releases contains raft with consistent scehma management, this sleep isn't needed anymore.
Test: rolling upgrades.
Fixes: #9660
Testing
- [ ] https://jenkins.scylladb.com/job/scylla-staging/job/roy/job/rolling-upgrade-ami-test/2/
PR pre-checks (self review)
- [ ] I added the relevant
backportlabels - [ ] 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)
@roydahan seems test was failing cause it was missing the extra timeout for the truncate operation.
maybe for the safe side, rebase this PR, and try it again ?
Testing here