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): fix errors not reporting when emulator test passes #4451

Merged
merged 2 commits into from Jul 16, 2021
Merged

test(spanner): fix errors not reporting when emulator test passes #4451

merged 2 commits into from Jul 16, 2021

Commits on Jul 16, 2021

  1. test(spanner): fix errors not reporting when emulator test passes

    Emulator tests were overwritting the results of the main test
    run which can cause errors that occured in main test run not
    to be reported when the emulator tests pass. Now emulator tests
    append to the test log.
    
    Updates: #4450
    codyoss committed Jul 16, 2021
    Copy the full SHA
    7ac2427 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    44c185b View commit details
    Browse the repository at this point in the history