Commit 8a40ff2
authored
test: increase timeout and enable tests on emulator (#1275)
Increase the wait time for a `DatabaseNotFound` error, as it can take a little while before
Cloud Spanner actually sends that error for a `SELECT 1` query.
Also enable the `ResourceNotFound` tests on the emulator, as the emulator now includes
`ResourceInfo` in the returned errors.
Fixes #12721 parent ffc190c commit 8a40ff2
File tree
1 file changed
+1
-13
lines changed- google-cloud-spanner/src/test/java/com/google/cloud/spanner/it
1 file changed
+1
-13
lines changedLines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
| |||
83 | 76 | | |
84 | 77 | | |
85 | 78 | | |
86 | | - | |
| 79 | + | |
87 | 80 | | |
88 | 81 | | |
89 | 82 | | |
| |||
132 | 125 | | |
133 | 126 | | |
134 | 127 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 128 | | |
141 | 129 | | |
142 | 130 | | |
| |||
0 commit comments