Skip to content

[SUREFIRE-3239] allow override of statistics file checksum#3247

Merged
olamy merged 1 commit intoapache:masterfrom
XN137:surefire-3239-statisticsFile.checksum
Jan 29, 2026
Merged

[SUREFIRE-3239] allow override of statistics file checksum#3247
olamy merged 1 commit intoapache:masterfrom
XN137:surefire-3239-statisticsFile.checksum

Conversation

@XN137
Copy link
Contributor

@XN137 XN137 commented Jan 27, 2026

This is an escape hatch in scenarios where the configuration keeps changing for each CI run but the duration of test classes does not depend on the configuration at all.
By setting a fixed checksum users can make sure that test execution data from previous runs always gets used when balancing parallel execution buckets.

Following this checklist to help us incorporate your
contribution quickly and easily:

  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install to make sure basic checks pass. A more thorough check will
    be performed on your pull request automatically.
  • You have run the integration tests successfully (mvn -Prun-its clean install).

If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.

To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

This is an escape hatch in scenarios where the configuration keeps
changing for each CI run but the duration of test classes does not
depend on the configuration at all.
By setting a fixed checksum users can make sure that test execution data
from previous runs always gets used when balancing parallel execution
buckets.
@olamy olamy added the enhancement New feature or request label Jan 28, 2026
@olamy olamy added this to the 3.5.5 milestone Jan 29, 2026
@olamy olamy self-assigned this Jan 29, 2026
@olamy olamy merged commit c672914 into apache:master Jan 29, 2026
14 checks passed
@olamy olamy linked an issue Jan 29, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make checksum for statistics file overridable

2 participants