-
Notifications
You must be signed in to change notification settings - Fork 123
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: [WIP] add Commit Timestamp java integration tests for cloud spanner #37
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Jan 16, 2020
agasheesh
force-pushed
the
commit_timestamp_tests
branch
from
January 16, 2020 07:27
1cdc696
to
ec3d74a
Compare
agasheesh
changed the title
Add Commit Timestamp java integration tests for cloud spanner
test: add Commit Timestamp java integration tests for cloud spanner
Jan 16, 2020
agasheesh
changed the title
test: add Commit Timestamp java integration tests for cloud spanner
[WIP] test: add Commit Timestamp java integration tests for cloud spanner
Jan 16, 2020
agasheesh
changed the title
[WIP] test: add Commit Timestamp java integration tests for cloud spanner
test: [WIP] add Commit Timestamp java integration tests for cloud spanner
Jan 16, 2020
agasheesh
force-pushed
the
commit_timestamp_tests
branch
from
January 16, 2020 08:06
618e334
to
a586526
Compare
olavloite
reviewed
Jan 16, 2020
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITCommitTimestampTest.java
Show resolved
Hide resolved
agasheesh
force-pushed
the
commit_timestamp_tests
branch
from
January 22, 2020 00:30
cc3cd78
to
56cd23e
Compare
olavloite
approved these changes
Jan 22, 2020
rajatbhatta
pushed a commit
to rajatbhatta/java-spanner
that referenced
this pull request
Nov 17, 2022
…s#37) * feat: allow using existing OAuth token for JDBC connection Allow the user to specify an existing OAuth token to use for a JDBC connection, instead of requiring the user to specify a credentials file or using the default credentials of the environment. Fixes googleapis#29 * tests: fix test cases * fix: remove unused method * fix: use default credentials when no file found * fix: fix faulty merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds java integration tests which test the cloud spanner functionality around commit timestamps that are written atomically as part of a transaction.