You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"You must either set all the environment variables SPANNER_CLIENT_BENCHMARK_GOOGLE_CLOUD_PROJECT, SPANNER_CLIENT_BENCHMARK_SPANNER_INSTANCE and SPANNER_CLIENT_BENCHMARK_SPANNER_DATABASE, or specify a value for the command line argument --database");
51
+
"You must either set all the environment variables"
Copy file name to clipboardExpand all lines: google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ public void onNext(SpannerAsyncActionRequest value) {
77
77
responseObserver.onError(
78
78
newIllegalArgumentException(
79
79
String.format(
80
-
"Unrecognized response type %s for method ExecuteActionAsync, expected %s or %s",
80
+
"Unrecognized response type %s for method ExecuteActionAsync, expected %s"
0 commit comments