Skip to content

Commit

Permalink
upgrade google BOM to pull in unpropagated failure fix (#290)
Browse files Browse the repository at this point in the history
Bring in the latest client library, with the fix for googleapis/java-spanner#514.

Fixes #282.
  • Loading branch information
elefeint committed Nov 16, 2020
1 parent fedb761 commit 7eee712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -250,8 +250,7 @@ public void testDmlInsert() {

@Test
public void testTransactionSingleStatementCommitted() {
// TODO: introduce timeouts; when there is an issue in apifuture conversion,
// test never completes

String uuid1 = "transaction1-commit1-" + this.random.nextInt();

StepVerifier.create(
Expand Down Expand Up @@ -295,8 +294,6 @@ public void testTransactionMultipleStatementsCommitted() {
.execute()
).flatMap(r -> r.getRowsUpdated()),

// TODO: garble SQL below and watch the publisher hang. Troubleshoot how to surface
// exception insead of hanging.
Flux.from(c.createStatement(
"UPDATE BOOKS SET CATEGORY=200 WHERE CATEGORY = 100").execute())
.flatMap(r -> r.getRowsUpdated()),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -84,7 +84,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<google-cloud-bom.version>13.1.0</google-cloud-bom.version>
<google-cloud-bom.version>15.1.0</google-cloud-bom.version>

<r2dbc.version>0.8.3.RELEASE</r2dbc.version>
<reactor.version>Dysprosium-SR12</reactor.version>
Expand Down

0 comments on commit 7eee712

Please sign in to comment.