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): enable more tests on emulator #5442

Merged
merged 6 commits into from
Feb 4, 2022

Commits on Feb 3, 2022

  1. test(spanner): enable more tests on emulator

    The emulator now supports all data types that are also supported by
    Cloud Spanner. The integration tests also unnecessarily skipped a large
    number of tests that tried to insert untyped null values as it was
    assumed that this was not supported. That is however supported for most
    data types, and only DATE and TIMESTAMP need to be skipped.
    
    Updates #GoogleCloudPlatform/cloud-spanner-emulator#31
    olavloite committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    e1ac4e0 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused code

    olavloite committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6fc133c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a8de4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    6d8e61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1912aa5 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: bump emulator version to 1.4.1"

    This reverts commit 6d8e61e.
    olavloite committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    cc5b2da View commit details
    Browse the repository at this point in the history