Skip to content

Commit

Permalink
Merge pull request #11482 from kargakis/flaky-test
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Dec 9, 2016
2 parents 501bd17 + ab40017 commit 81af607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ os::cmd::try_until_success 'oc get rc/failing-dc-1'
os::cmd::expect_success 'oc logs -f dc/failing-dc'
os::cmd::expect_failure 'oc rollout status dc/failing-dc'
os::cmd::expect_success_and_text 'oc logs dc/failing-dc' 'test pre hook executed'
os::cmd::expect_success_and_text 'oc rollout latest failing-dc --again -o revision' '2'
os::cmd::try_until_text 'oc rollout latest failing-dc --again -o revision' '2'
os::cmd::expect_success_and_text 'oc logs --version=1 dc/failing-dc' 'test pre hook executed'
os::cmd::expect_success_and_text 'oc logs --previous dc/failing-dc' 'test pre hook executed'
# Make sure --since-time adds the right query param, and actually returns logs
Expand Down

0 comments on commit 81af607

Please sign in to comment.