Skip to content

Commit

Permalink
get junit tests running and add missing IT config
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Apr 15, 2024
1 parent bb99e2d commit 1b8e232
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@
<!--test scope -->

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ accessControl:
cryptograph:
type: symmetric
systemPropertySecret: REAPER_ENCRYPTION_KEY

persistenceStoragePath: /tmp/reaper/storage
4 changes: 3 additions & 1 deletion src/server/src/test/resources/cassandra-reaper-at.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ metrics:

cryptograph:
type: symmetric
systemPropertySecret: REAPER_ENCRYPTION_KEY
systemPropertySecret: REAPER_ENCRYPTION_KEY

persistenceStoragePath: /tmp/reaper/storage
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ metrics:
cryptograph:
type: symmetric
systemPropertySecret: REAPER_ENCRYPTION_KEY

persistenceStoragePath: /tmp/reaper/storage
4 changes: 3 additions & 1 deletion src/server/src/test/resources/cassandra-reaper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ metrics:

cryptograph:
type: symmetric
systemPropertySecret: REAPER_ENCRYPTION_KEY
systemPropertySecret: REAPER_ENCRYPTION_KEY

persistenceStoragePath: /tmp/reaper/storage

0 comments on commit 1b8e232

Please sign in to comment.