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

Actually check TEST_SHARD_STATUS_FILE has been touched #18418

Merged
merged 3 commits into from
Jun 2, 2023

Commits on May 16, 2023

  1. Actually check TEST_SHARD_STATUS_FILE has been touched

    Adds the missing check that a test runner running a sharded test actually declares support for sharding by generating the `TEST_SHARD_STATUS_FILE`. Previously, if it didn't, each shard would silently run all tests. This new behavior is guarded by the new `--incompatible_check_sharding_support` flag.
    
    Closes bazelbuild#18236.
    
    PiperOrigin-RevId: 530259354
    Change-Id: If3b01b2c796e66ad7a77e542145efe3ab412eae9
    fmeum committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4a47ad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    71ca04e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    b020a43 View commit details
    Browse the repository at this point in the history