Skip to content
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

[SUREFIRE-2277] Fix bug in RunResult serialisation/deserialisation to (from) failsafe-summary.xml #790

Closed

Commits on Oct 29, 2024

  1. [SUREFIRE-2277] Add flakes to the failsafe-summary.xml. Fix a bug in …

    …the equals method for RunResult where it did not account for the flakes field.
    bxu-atl committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    85d733a View commit details
    Browse the repository at this point in the history
  2. [SUREFIRE-2277] Swap to minOccurs=0 from nillable in the failsafe-sum…

    …mary.xsd for the
    
    flakes element. Add a comment noting that flakes will be expected in the
    failsafe-summary in the future.
    
    Incorporate the value of flakes into RunResult.hashCode() to be
    consistent with the new implementation of toEquals
    bxu-atl committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    73641e7 View commit details
    Browse the repository at this point in the history