We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./fsim
Flaky test due to date printing twice to stdout.
Detected in CI run: https://github.com/fido-device-onboard/go-fdo/actions/runs/12360006218/job/34493938771
Run tests for awhile with while go test -v -failfast ./fsim; do :; done
while go test -v -failfast ./fsim; do :; done
2024-12-16T19:38:56.4293085Z === NAME TestClientWithCommandModule 2024-12-16T19:38:56.4293484Z fsim_test.go:296: expected stdout to be integer epoch time, got 2024-12-16T19:38:56.4293770Z 1734377936 2024-12-16T19:38:56.4293935Z 1734377936 2024-12-16T19:38:56.4294422Z (err strconv.Atoi: parsing "1734377936\n1734377936": invalid syntax)
The text was updated successfully, but these errors were encountered:
ben-krieger
No branches or pull requests
Nature of the bug
Flaky test due to date printing twice to stdout.
Steps taken to find bug
Detected in CI run: https://github.com/fido-device-onboard/go-fdo/actions/runs/12360006218/job/34493938771
Steps to ensure bug is gone
Run tests for awhile with
while go test -v -failfast ./fsim; do :; done
Logs
The text was updated successfully, but these errors were encountered: