File tree 10 files changed +13
-10
lines changed
src/test/java/com/google/datastore/snippets
10 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.google.cloud</groupId >
39
39
<artifactId >google-cloud-bigquery</artifactId >
40
- <version >0.7.0 </version >
40
+ <version >0.8.0-beta </version >
41
41
</dependency >
42
42
43
43
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.google.cloud</groupId >
39
39
<artifactId >google-cloud-datastore</artifactId >
40
- <version >0.7.0 </version >
40
+ <version >0.8.0-beta </version >
41
41
</dependency >
42
42
43
43
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.cloud</groupId >
37
37
<artifactId >google-cloud-datastore</artifactId >
38
- <version >0.7.0 </version >
38
+ <version >0.8.0-beta </version >
39
39
</dependency >
40
40
41
41
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 51
51
import com .google .common .collect .ImmutableSet ;
52
52
import com .google .common .collect .Iterators ;
53
53
54
+ import org .joda .time .Duration ;
54
55
import org .junit .AfterClass ;
55
56
import org .junit .Before ;
56
57
import org .junit .BeforeClass ;
72
73
import java .util .List ;
73
74
import java .util .Map ;
74
75
import java .util .TimeZone ;
76
+ import java .util .concurrent .TimeoutException ;
75
77
76
78
/**
77
79
* Contains Cloud Datastore snippets demonstrating concepts for documentation.
@@ -133,8 +135,8 @@ public void setUp() {
133
135
* @throws InterruptedException if there are errors stopping the local Datastore
134
136
*/
135
137
@ AfterClass
136
- public static void afterClass () throws IOException , InterruptedException {
137
- HELPER .stop ();
138
+ public static void afterClass () throws IOException , InterruptedException , TimeoutException {
139
+ HELPER .stop (Duration . standardMinutes ( 1 ) );
138
140
}
139
141
140
142
private void assertValidKey (Key taskKey ) {
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >com.google.cloud</groupId >
51
51
<artifactId >google-cloud-storage</artifactId >
52
- <version >0.7.0 </version >
52
+ <version >0.8.0-beta </version >
53
53
</dependency >
54
54
<!-- [END dependencies] -->
55
55
</dependencies >
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >com.google.cloud</groupId >
51
51
<artifactId >google-cloud-datastore</artifactId >
52
- <version >0.7.0 </version >
52
+ <version >0.8.0-beta </version >
53
53
</dependency >
54
54
<!-- [END dependencies] -->
55
55
</dependencies >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.google.cloud</groupId >
39
39
<artifactId >google-cloud-language</artifactId >
40
- <version >0.7 .0</version >
40
+ <version >0.8 .0</version >
41
41
</dependency >
42
42
43
43
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.google.cloud</groupId >
39
39
<artifactId >google-cloud-logging</artifactId >
40
- <version >0.7.0 </version >
40
+ <version >0.8.0-beta </version >
41
41
</dependency >
42
42
43
43
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 104
104
<module >flexible/static-files</module >
105
105
<module >flexible/twilio</module >
106
106
<module >language/analysis</module >
107
+ <module >language/cloud-client</module >
107
108
<module >logging</module >
108
109
<module >logging/cloud-client</module >
109
110
<module >monitoring/v2</module >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.google.cloud</groupId >
39
39
<artifactId >google-cloud-storage</artifactId >
40
- <version >0.7.0 </version >
40
+ <version >0.8.0-beta </version >
41
41
</dependency >
42
42
43
43
<!-- Test dependencies -->
You can’t perform that action at this time.
0 commit comments