这是indexloc提供的服务,不要输入任何密码
Skip to content

Fix negative value modulo bug #2567

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

Merged
merged 2 commits into from
Jul 18, 2025
Merged

Fix negative value modulo bug #2567

merged 2 commits into from
Jul 18, 2025

Conversation

dhercher
Copy link
Contributor

javaallows negatives in modulo which caused double the number of threads. shifting to fix to the expected number and moving to 15 threads for accidental backwards compatibility

javaallows negatives in modulo which caused double the number of threads.  shifting to fix to the expected number and moving to 15 threads for accidental backwards compatibility
@dhercher dhercher requested a review from a team as a code owner July 15, 2025 20:45
remove import
Copy link

codecov bot commented Jul 17, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 49.72%. Comparing base (1cd8328) to head (5522316).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...oogle/cloud/teleport/v2/transforms/ProcessDml.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2567      +/-   ##
============================================
- Coverage     49.76%   49.72%   -0.04%     
- Complexity     4825     5175     +350     
============================================
  Files           948      948              
  Lines         57938    57948      +10     
  Branches       6259     6259              
============================================
- Hits          28831    28817      -14     
- Misses        27060    27081      +21     
- Partials       2047     2050       +3     
Components Coverage Δ
spanner-templates 70.08% <ø> (-0.06%) ⬇️
spanner-import-export 68.48% <ø> (-0.16%) ⬇️
spanner-live-forward-migration 79.22% <ø> (ø)
spanner-live-reverse-replication 77.80% <ø> (ø)
spanner-bulk-migration 87.99% <ø> (ø)
Files with missing lines Coverage Δ
...oogle/cloud/teleport/v2/transforms/ProcessDml.java 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dhercher dhercher added the addition New feature or request label Jul 17, 2025
@dhercher dhercher merged commit 9d4a79f into main Jul 18, 2025
25 of 28 checks passed
@dhercher dhercher deleted the dhercher-patch-1 branch July 18, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants