generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: report file location of the integration test that failed (#2834)
By adding a bunch of t.Helper() calls. Before: ``` === NAME TestLeaseFailure/go /Users/alec/dev/ftl/internal/integration/harness.go:267: Timed out waiting for assertion to pass: Expected values to be equal: -error +executing ``` After: ``` === NAME TestLeaseFailure/go /Users/alec/dev/ftl/backend/controller/pubsub/integration_test.go:178: Timed out waiting for assertion to pass: Expected values to be equal: -error +executing --- FAIL: TestLeaseFailure (22.26s) --- FAIL: TestLeaseFailure/go (18.18s) ```
- Loading branch information
1 parent
efddff9
commit 83a26fd
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters