Skip to content

Commit f230849

Browse files
authored
Updating cassandra version to 4.1.3 (#872)
* Cassandra version update
1 parent b1739e2 commit f230849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/buildkite/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.5'
22

33
services:
44
cassandra:
5-
image: cassandra:3.11
5+
image: cassandra:4.1.3
66
deploy:
77
resources:
88
limits:

src/test/java/com/uber/cadence/internal/replay/ReplayDeciderCacheTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void whenHistoryIsFullNewReplayDeciderIsReturned_InitiallyCached() throws
103103
service.close();
104104
}
105105

106-
@Test(timeout = 7000)
106+
@Test(timeout = 8000)
107107
public void whenHistoryIsPartialCachedEntryIsReturned() throws Exception {
108108
// Arrange
109109
Map<String, String> tags =

0 commit comments

Comments
 (0)