Skip to content

Commit

Permalink
add interleave test
Browse files Browse the repository at this point in the history
  • Loading branch information
seletskiy committed May 30, 2016
1 parent 781ab9f commit 437cbeb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# checking, that lines from different remote sources do not interleave
# each other
tests:ensure :orgalorg-key -C \
'seq 1 10000' '|' awk '{print $1}' '|' sort '|' uniq '|' wc -l

tests:assert-no-diff "$(containers:count)" stdout

0 comments on commit 437cbeb

Please sign in to comment.