Skip to content

Commit

Permalink
reproduced 247 with integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat committed Jul 26, 2018
1 parent acf0688 commit 8cad6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
out/
.idea
3 changes: 3 additions & 0 deletions integration/dockerfiles/Dockerfile_test_daemons
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM busybox
RUN while true; do dd if=/dev/zero of=file`date +%s`.txt count=16000 bs=256 > /dev/null 2>&1; done &
RUN echo "wait a second..." && sleep 2 && ls -lrat file*.txt || echo "test passed."

0 comments on commit 8cad6d0

Please sign in to comment.