Skip to content

Commit

Permalink
fix(test): producer first
Browse files Browse the repository at this point in the history
  • Loading branch information
Youen committed Sep 24, 2021
1 parent 0c81ac4 commit 300f5d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/suites/01-run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ testcases:
- script: |
cb -v5 & \
sleep 1 && \
echo $(sleep 2 ; echo "Hello World") | nc localhost:1691 && \
nc localhost:1961 < /dev/null > /tmp/ts & \
sleep 3 && \
echo $(sleep 2 ; echo "Hello World") | nc localhost:1691 & \
sleep 1 && \
nc localhost:1961 < /dev/null > /tmp/ts && \
killall cb
assertions:
- result.systemerr ShouldContainSubstring Starting Producer Server
Expand Down

0 comments on commit 300f5d1

Please sign in to comment.