Skip to content

Commit b72e81d

Browse files
committed
Add another integration test
Signed-off-by: Bryan Boreham <[email protected]>
1 parent 95bd75b commit b72e81d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
- run:
9797
name: Ingester hand-over test
9898
command: ./integration-tests/test-handover.sh
99+
- run:
100+
name: Ingester flush test
101+
command: |
102+
./integration-tests/stop-components.sh
103+
./integration-tests/test-flush.sh
99104
100105
build:
101106
<<: *defaults

0 commit comments

Comments
 (0)