ci(oci): add 100gb-4h longevity for OracleCloud backend#14229
Open
vponomaryov wants to merge 1 commit intoscylladb:masterfrom
Open
ci(oci): add 100gb-4h longevity for OracleCloud backend#14229vponomaryov wants to merge 1 commit intoscylladb:masterfrom
vponomaryov wants to merge 1 commit intoscylladb:masterfrom
Conversation
78b65af to
fc53259
Compare
Collaborator
✅ Test Summary: PASSED✅ Precommit: PASSED
✅ Tests: PASSED
|
Contributor
Author
|
@fruch |
Contributor
Author
|
Proof of work: scylla-staging/valerii/vp-longevity-100gb-4h-oci-test#22 |
pehala
reviewed
Mar 30, 2026
Comment on lines
+25
to
+59
| prepare_write_cmd: | ||
| - >- | ||
| cql-stress-cassandra-stress write cl=QUORUM n=10485760 | ||
| -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' | ||
| -mode cql3 native | ||
| -rate threads=80 | ||
| -pop seq=1..10485760 | ||
| -col 'n=FIXED(10) size=FIXED(512)' | ||
| -log interval=5 | ||
| - >- | ||
| cql-stress-cassandra-stress write cl=QUORUM n=10485760 | ||
| -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' | ||
| -mode cql3 native | ||
| -rate threads=80 | ||
| -pop seq=10485761..20971520 | ||
| -col 'n=FIXED(10) size=FIXED(512)' | ||
| -log interval=5 | ||
|
|
||
| stress_cmd: | ||
| - >- | ||
| cql-stress-cassandra-stress write cl=QUORUM duration=240m | ||
| -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' | ||
| -mode cql3 native | ||
| -rate threads=80 | ||
| -pop seq=1..20971520 | ||
| -col 'n=FIXED(10) size=FIXED(512)' | ||
| -log interval=5 | ||
| - >- | ||
| cql-stress-cassandra-stress read cl=QUORUM duration=240m | ||
| -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' | ||
| -mode cql3 native | ||
| -rate threads=80 | ||
| -pop seq=1..20971520 | ||
| -col 'n=FIXED(10) size=FIXED(512)' | ||
| -log interval=5 |
Contributor
There was a problem hiding this comment.
Command change here seem to go beyond what title says. I see you changed the size as well from 20971520 to 10485760, why do you need to do this change?
Contributor
Author
There was a problem hiding this comment.
The resulting data size stays the same.
This change is about writing data by 2 loaders doing its halfs respectively.
Before it was one idle loader and one doing all the data population work.
fc53259 to
b085218
Compare
Contributor
Author
|
Latest PR state is being tested here: scylla-staging/valerii/vp-longevity-100gb-4h-oci-test#23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: #SCT-68
Testing
PR pre-checks (self review)
backportlabelsReminders
sdcm/sct_config.py)unit-test/folder)