-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Replace '...' with actual random data in simulation workloads (#12221) #12254
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
Conversation
Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x
|
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Result of foundationdb-pr-macos on macOS Ventura 13.x
|
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Result of foundationdb-pr-clang on Linux RHEL 9
|
Result of foundationdb-pr on Linux RHEL 9
|
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.
Actually CI is showing joshua failures:
[Container] 2025/07/16 21:48:43.218591 Running command python3 -m joshua.joshua list --stopped | grep ${ENSEMBLE_ID}
20250716-211551-pr12254-792e70de-12380-6e02b845a2401658 compressed=True data_size=60353788 duration=511607 ended=8125 fail=10 fail_fast=10 max_runs=10000 pass=8115 priority=100 remaining=0 runtime=0:32:52 sanity=False started=9324 stopped=20250716-214843 submitted=20250716-211551 timeout=5400 username=pr12254-792e70de-12380
Due to some issue, I can not see the actual failures, so hard to trust the summary.
Looks like @akankshamahajan15 ran 100K against the change in 7.4 branch: 20250716-203553-ak_7.4_randomValue-17b9377078b84932
. The results for those are:
20250716-203553-ak_7.4_randomValue-17b9377078b84932 compressed=True data_size=41224799 duration=5468606 ended=100000 fail=4 fail_fast=10 max_runs=100000 pass=99996 priority=100 remaining=0 runtime=1:22:57 sanity=False started=100000 stopped=20250716-215850 submitted=20250716-203553 timeout=5400 username=ak_7.4_randomValue
Again, some joshua issue, but the only failure from above run is tests/fast/BackupToDBCorrectness.toml
with ssd-2 storage engine.
Akanksha, can you confirm the issue is not related to your PR? We should also check if the CI failing fast at 10 so quickly is expected.
Yes, it shows me one failure in BackupToDBCorrectness.toml whereas command says fail=4. For CI I don't see any logs as to why it failed.
|
…12221) * Replace '...' with actual data * Add zeroPaddingRatio Knob in simulation workloads. * Refactor randomValue API to include in KVWorkload * Addressed comments - Add const and remove valueString - not needed --------- Co-authored-by: Akanksha Mahajan <[email protected]>
792e70d
to
1ca0c28
Compare
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Result of foundationdb-pr-clang on Linux RHEL 9
|
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Result of foundationdb-pr on Linux RHEL 9
|
The new run is passing and Michael is looking at why logs are not showing up in CI |
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Result of foundationdb-pr on Linux RHEL 9
|
Result of foundationdb-pr-clang on Linux RHEL 9
|
Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x
|
Result of foundationdb-pr-clang-arm on Linux CentOS 7
|
Result of foundationdb-pr-macos on macOS Ventura 13.x
|
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
|
Result of foundationdb-pr on Linux RHEL 9
|
Result of foundationdb-pr-clang on Linux RHEL 9
|
|
I don't see any error in the logs for this test. |
This is a known issue. I am fixing it. |
Discussed offline. This should not be related to this PR. This test passed in the PR earlier and since then we have not made any changes. |
Cherry-pick #12221
Replace '...' with actual data
Add zeroPaddingRatio Knob in simulation workloads.
Refactor randomValue API to include in KVWorkload
Addressed comments - Add const and remove valueString - not needed
100k Correctness tests Running:
20250716-203553-ak_7.4_randomValue-17b9377078b84932 compressed=True data_size=41224799 duration=2287 ended=71 fail_fast=10 max_runs=100000 pass=71 priority=100 remaining=1 day, 22:31:26 runtime=0:01:59 sanity=False started=180 submitted=20250716-203553 timeout=5400 username=ak_7.4_randomValue
Replace this text with your description here...
Code-Reviewer Section
The general pull request guidelines can be found here.
Please check each of the following things and check all boxes before accepting a PR.
For Release-Branches
If this PR is made against a release-branch, please also check the following:
release-branch
ormain
if this is the youngest branch)