Skip to content

Commit 8fe7ae0

Browse files
Adding explanatory commentary
1 parent 54eb688 commit 8fe7ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/groovy/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSourceCosmoIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CouchbaseWeatherSourceCosmoIT extends Specification implements TestContain
3636
CouchbaseContainer couchbaseContainer = new CouchbaseContainer("couchbase/server:6.6.0")
3737
.withBucket(bucketDefinition)
3838
.withExposedPorts(8091, 8092, 8093, 8094, 11210)
39-
.withStartupAttempts(3)
39+
.withStartupAttempts(3) // 3 attempts because startup (node renaming) sometimes fails when executed too early
4040

4141
@Shared
4242
CouchbaseWeatherSource source

src/test/groovy/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSourceIconIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CouchbaseWeatherSourceIconIT extends Specification implements TestContaine
3333
CouchbaseContainer couchbaseContainer = new CouchbaseContainer("couchbase/server:6.6.0")
3434
.withBucket(bucketDefinition)
3535
.withExposedPorts(8091, 8092, 8093, 8094, 11210)
36-
.withStartupAttempts(3)
36+
.withStartupAttempts(3) // 3 attempts because startup (node renaming) sometimes fails when executed too early
3737

3838
@Shared
3939
CouchbaseWeatherSource source

0 commit comments

Comments
 (0)