File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public Long apply(StructReader input) {
8282 private static final ToLongTransformer TO_LONG = new ToLongTransformer ();
8383
8484 @ Parameter (0 )
85- public boolean failOnInvalidatedSession ;
85+ public volatile boolean failOnInvalidatedSession ;
8686
8787 @ Rule
8888 public TestRule watcher =
@@ -177,8 +177,8 @@ public static Collection<Object[]> data() {
177177 private static Server server ;
178178 private static LocalChannelProvider channelProvider ;
179179 private static SpannerClient spannerClient ;
180- private static Spanner spanner ;
181- private static DatabaseClient client ;
180+ private Spanner spanner ;
181+ private DatabaseClient client ;
182182 private static ExecutorService executor ;
183183
184184 @ BeforeClass
You can’t perform that action at this time.
0 commit comments