Skip to content

Instantly share code, notes, and snippets.

@askainet
Created October 6, 2020 15:40
Show Gist options
  • Save askainet/e01966f2677d41d547a67782d35eef3b to your computer and use it in GitHub Desktop.
Save askainet/e01966f2677d41d547a67782d35eef3b to your computer and use it in GitHub Desktop.
terratest retry tests results
$ go test -v -count=1 .
=== RUN TestDoWithRetry
=== PAUSE TestDoWithRetry
=== RUN TestDoWithTimeout
=== PAUSE TestDoWithTimeout
=== RUN TestDoInBackgroundUntilStopped
=== PAUSE TestDoInBackgroundUntilStopped
=== RUN TestDoWithRetryableErrors
=== PAUSE TestDoWithRetryableErrors
=== CONT TestDoWithRetry
=== CONT TestDoWithRetryableErrors
=== CONT TestDoWithTimeout
=== RUN TestDoWithTimeout/Returns_value_immediately
=== PAUSE TestDoWithTimeout/Returns_value_immediately
=== RUN TestDoWithTimeout/Returns_error_immediately
=== PAUSE TestDoWithTimeout/Returns_error_immediately
=== RUN TestDoWithRetryableErrors/Return_value_on_first_try
=== PAUSE TestDoWithRetryableErrors/Return_value_on_first_try
=== CONT TestDoInBackgroundUntilStopped
=== RUN TestDoWithTimeout/Returns_value_after_2_seconds
=== RUN TestDoWithRetry/Return_value_on_first_try
=== PAUSE TestDoWithTimeout/Returns_value_after_2_seconds
=== PAUSE TestDoWithRetry/Return_value_on_first_try
=== RUN TestDoWithRetry/Return_error_on_all_retries
=== RUN TestDoWithTimeout/Returns_error_after_2_seconds
=== RUN TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested
=== PAUSE TestDoWithTimeout/Returns_error_after_2_seconds
=== PAUSE TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested
=== PAUSE TestDoWithRetry/Return_error_on_all_retries
=== RUN TestDoWithTimeout/Returns_value_after_timeout_exceeded
TestDoInBackgroundUntilStopped 2020-10-06T17:38:17+02:00 retry.go:170: Executing action 'TestDoInBackgroundUntilStopped'
=== RUN TestDoWithRetry/Return_value_after_5_retries
TestDoInBackgroundUntilStopped 2020-10-06T17:38:17+02:00 retry.go:174: Sleeping for 5s before repeating action 'TestDoInBackgroundUntilStopped'
=== RUN TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match
=== PAUSE TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match
=== PAUSE TestDoWithRetry/Return_value_after_5_retries
=== PAUSE TestDoWithTimeout/Returns_value_after_timeout_exceeded
=== RUN TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex
=== PAUSE TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex
=== RUN TestDoWithTimeout/Returns_error_after_timeout_exceeded
=== PAUSE TestDoWithTimeout/Returns_error_after_timeout_exceeded
=== RUN TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries
=== CONT TestDoWithTimeout/Returns_value_immediately
=== CONT TestDoWithTimeout/Returns_error_after_2_seconds
=== CONT TestDoWithTimeout/Returns_error_after_timeout_exceeded
=== CONT TestDoWithTimeout/Returns_value_after_timeout_exceeded
=== CONT TestDoWithTimeout/Returns_value_after_2_seconds
=== PAUSE TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries
=== CONT TestDoWithRetry/Return_value_on_first_try
=== CONT TestDoWithRetry/Return_value_after_5_retries
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_value_on_first_try 2020-10-06T17:38:17+02:00 retry.go:91: Return value on first try
=== RUN TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex
=== CONT TestDoWithTimeout/Returns_error_immediately
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries returned an error: expected error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetry/Return_error_on_all_retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
=== PAUSE TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex
=== CONT TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries
=== RUN TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries, but only do 4 retries
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
=== PAUSE TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex
=== RUN TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others
=== PAUSE TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex
=== RUN TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries
=== PAUSE TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex
=== RUN TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all
=== PAUSE TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all
=== CONT TestDoWithRetryableErrors/Return_value_on_first_try
TestDoWithRetryableErrors/Return_value_on_first_try 2020-10-06T17:38:17+02:00 retry.go:91: Return value on first try
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly
=== CONT TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
=== CONT TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match exactly regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match exactly regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match exactly regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries, but only do 4 retries
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match exactly regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match exactly regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match exactly regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries, but only do 4 retries
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match exactly regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match exactly regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match exactly regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout with regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries, but only do 4 retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match exactly regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match exactly regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match exactly regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries, but only do 4 retries
TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout with regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_value_after_5_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others
=== CONT TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use regex amidst others
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use regex amidst others' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use regex amidst others returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly, but only do 4 retries
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly, but only do 4 retries' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match
TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error, but retryable errors do not match
TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match 2020-10-06T17:38:17+02:00 retry.go:99: Returning due to fatal error: FatalError{Underlying: expected error}
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use regex amidst others
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use regex amidst others' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use regex amidst others returned an error: expected error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly, but only do 4 retries
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly, but only do 4 retries' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly, but only do 4 retries
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly, but only do 4 retries' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly, but only do 4 retries
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly, but only do 4 retries' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match exactly, but only do 4 retries
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match exactly, but only do 4 retries' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match exactly, but only do 4 retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
=== CONT TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '6' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:91: Return error on all retries
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 6. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetry/Return_error_on_all_retries 2020-10-06T17:38:17+02:00 retry.go:103: Return error on all retries returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
--- PASS: TestDoWithRetry (0.00s)
--- PASS: TestDoWithRetry/Return_value_on_first_try (0.00s)
--- PASS: TestDoWithRetry/Return_value_after_5_retries,_but_only_do_4_retries (0.01s)
--- PASS: TestDoWithRetry/Return_value_after_5_retries (0.01s)
--- PASS: TestDoWithRetry/Return_error_on_all_retries (0.01s)
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '7' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match multiple regex
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:99: Returning due to fatal error: FatalError{Underlying: 6}
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 7. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error, but no retryable errors requested
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested 2020-10-06T17:38:17+02:00 retry.go:99: Returning due to fatal error: FatalError{Underlying: expected error}
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '8' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 8. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:99: Returning due to fatal error: FatalError{Underlying: 6}
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '9' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 9. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error on all retries, but match stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error on all retries, but match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error on all retries, but match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match exactly' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error exactly
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match exactly returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '10' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 10. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match all
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:144: 'Return unexpected error after 5 retries with expected error, match all' failed with the error '11' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all 2020-10-06T17:38:17+02:00 retry.go:103: Return unexpected error after 5 retries with expected error, match all returned an error: 11. Sleeping for 1ms and will try again.
=== CONT TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return unexpected error after 5 retries with expected error, match exactly
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return expected error on all retries, use match all regex
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return expected error on all retries, use match all regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match all errors
TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return expected error on all retries, use match all regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout with regex' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly 2020-10-06T17:38:17+02:00 retry.go:99: Returning due to fatal error: FatalError{Underlying: 6}
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match stdout exactly' failed with the error 'some other error' but this error was expected and warrants a retry. Further details: match expected stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout with regex returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match stdout exactly returned an error: some other error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match multiple regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout with regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match stdout exactly
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match multiple regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match multiple regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:144: 'Return value after 5 retries with expected error, match regex' failed with the error 'expected error' but this error was expected and warrants a retry. Further details: match expected error using a regex
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:103: Return value after 5 retries with expected error, match regex returned an error: expected error. Sleeping for 1ms and will try again.
TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex 2020-10-06T17:38:17+02:00 retry.go:91: Return value after 5 retries with expected error, match regex
--- PASS: TestDoWithRetryableErrors (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_value_on_first_try (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_exactly_regex (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_all (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error,_but_retryable_errors_do_not_match (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_with_regex (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_regex_amidst_others (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_exactly,_but_only_do_4_retries (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_multiple_regex (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error,_but_no_retryable_errors_requested (0.00s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_regex (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_on_all_retries,_but_match_stdout_exactly (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_exactly (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_unexpected_error_after_5_retries_with_expected_error,_match_all (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_expected_error_on_all_retries,_use_match_all_regex (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_with_regex (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_stdout_exactly (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_multiple_regex (0.01s)
--- PASS: TestDoWithRetryableErrors/Return_value_after_5_retries_with_expected_error,_match_regex (0.01s)
TestDoInBackgroundUntilStopped 2020-10-06T17:38:22+02:00 retry.go:170: Executing action 'TestDoInBackgroundUntilStopped'
--- PASS: TestDoWithTimeout (0.00s)
--- PASS: TestDoWithTimeout/Returns_value_immediately (0.00s)
--- PASS: TestDoWithTimeout/Returns_error_immediately (0.00s)
--- PASS: TestDoWithTimeout/Returns_value_after_2_seconds (2.00s)
--- PASS: TestDoWithTimeout/Returns_error_after_2_seconds (2.00s)
--- PASS: TestDoWithTimeout/Returns_value_after_timeout_exceeded (5.00s)
--- PASS: TestDoWithTimeout/Returns_error_after_timeout_exceeded (5.00s)
TestDoInBackgroundUntilStopped 2020-10-06T17:38:22+02:00 retry.go:174: Sleeping for 5s before repeating action 'TestDoInBackgroundUntilStopped'
TestDoInBackgroundUntilStopped 2020-10-06T17:38:27+02:00 retry.go:170: Executing action 'TestDoInBackgroundUntilStopped'
TestDoInBackgroundUntilStopped 2020-10-06T17:38:27+02:00 retry.go:174: Sleeping for 5s before repeating action 'TestDoInBackgroundUntilStopped'
TestDoInBackgroundUntilStopped 2020-10-06T17:38:32+02:00 retry.go:180: Received stop signal for action 'TestDoInBackgroundUntilStopped'.
--- PASS: TestDoInBackgroundUntilStopped (30.01s)
PASS
ok github.com/gruntwork-io/terratest/modules/retry 30.267s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment