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

test(spanner): speed up test with emulator #8072

Merged
merged 1 commit into from
Jan 24, 2022

Commits on Jan 23, 2022

  1. test(spanner): speed up test with emulator

    The `rpc_failure_threshold_integration_test` was running very slowly
    against the emulator.  The test is not that useful against the emulator,
    but we do not want it to rot.  I changed the test to detect that it is
    running against the emulator, and then simply reduce the running time, and
    ignore the statistical results as they become unreliable.
    coryan committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    b454767 View commit details
    Browse the repository at this point in the history