Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2587 from hashicorp/test/flake/add-extra-print-to…
Browse files Browse the repository at this point in the history
…-appstatuspoll

test: Add a test print log to help triage flakey test
  • Loading branch information
briancain authored Oct 25, 2021
2 parents bdb385c + da0045a commit ea5b0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/singleprocess/poll_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ func TestApplicationPollHandler(t *testing.T) {
require.NoError(err)
require.NotNil(a)
require.NotNil(nextPollTime)
t.Logf("nextPollTime %q should be after initial pollTime %q", nextPollTime.String(), pollTime.String())
require.True(nextPollTime.After(pollTime))
}

Expand Down

0 comments on commit ea5b0e1

Please sign in to comment.