-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Code change for simulation experiments #12592
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
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-clang-ide on Linux RHEL 9
- Commit ID: b63d23f
- Duration 0:24:50
- Result: ✅ SUCCEEDED
- Error:
N/A - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-clang on Linux RHEL 9
- Commit ID: b63d23f
- Duration 0:36:10
- Result: ❌ FAILED
- Error:
Error while executing command: ctest -j ${NPROC} --no-compress-output -T test --output-on-failure. Reason: exit status 8 - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x
- Commit ID: b63d23f
- Duration 0:37:04
- Result: ✅ SUCCEEDED
- Error:
N/A - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-clang-arm on Linux CentOS 7
- Commit ID: b63d23f
- Duration 0:47:12
- Result: ❌ FAILED
- Error:
Error while executing command: ctest -j ${NPROC} --no-compress-output -T test --output-on-failure. Reason: exit status 8 - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr on Linux RHEL 9
- Commit ID: b63d23f
- Duration 0:50:27
- Result: ❌ FAILED
- Error:
Error while executing command: ctest -j ${NPROC} --no-compress-output -T test --output-on-failure. Reason: exit status 8 - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-macos on macOS Ventura 13.x
- Commit ID: b63d23f
- Duration 0:53:54
- Result: ✅ SUCCEEDED
- Error:
N/A - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
foundationdb-ci
commented
Dec 11, 2025
Result of foundationdb-pr-cluster-tests on Linux RHEL 9
- Commit ID: b63d23f
- Duration 1:49:47
- Result: ✅ SUCCEEDED
- Error:
N/A - Build Log terminal output (available for 30 days)
- Build Workspace zip file of the working directory (available for 30 days)
- Cluster Test Logs zip file of the test logs (available for 30 days)
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.
Well, I know we do a lot of mess but it might be better to do
for field_name in ["abc", "def"]:
self.out.attributes[field_name] = attrs[field_name]
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.
might be better to move it after pragma
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.
I do know very little about compilers, but it might works faster with less branching by
g_network-> randomCounter += (g_network != nullptr);
@xis19
xis19
left a comment
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.
just random nits
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-branchormainif this is the youngest branch)