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

Separate slow and integration tests out to be run with fail safe #195

Merged
merged 2 commits into from
Sep 3, 2024

Commits on Aug 30, 2024

  1. Separate slow and integration tests out to be run with maven fail saf…

    …e plugin. This allows the main unit test suite to complete much faster (while still covering most of the code).
    
    Also adds a retry with backoff to testForBrokenLinks to make it more reliable.
    ChrisJohnNOAA committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    577d63e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Only run the integration/slow tests in maven failsafe step and exclud…

    …e tags that should be excluded.
    ChrisJohnNOAA committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6cca562 View commit details
    Browse the repository at this point in the history