File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed google-cloud-spanner/src/test/java/com/google/cloud/spanner
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -279,7 +279,7 @@ public void steadyIncrease(BenchmarkState server) throws Exception {
|
279 | 279 | List<ReadOnlyTransaction> transactions = new ArrayList<>(server.maxSessions);
|
280 | 280 | for (int i = 0; i < server.maxSessions; i++) {
|
281 | 281 | ReadOnlyTransaction tx = client.readOnlyTransaction();
|
282 |
| -tx.executeQuery(MockServer.SELECT1); |
| 282 | +tx.executeQuery(StandardBenchmarkMockServer.SELECT1); |
283 | 283 | transactions.add(tx);
|
284 | 284 | }
|
285 | 285 | for (ReadOnlyTransaction tx : transactions) {
|
|
You can’t perform that action at this time.
0 commit comments