-
Notifications
You must be signed in to change notification settings - Fork 201
Optimize access integration tests runtime #8190
New issue
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
Optimize access integration tests runtime #8190
Conversation
…2, cohort3, cohort4
UlyanaAndrukhiv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments suggesting areas where we might be able to simplify some tests. I haven’t looked at every detail, so these are just observations based on what I’ve seen so far.
- cohort1/access_api_test wrapped each test calls in test suite into subtests with descriptive names using t.Run
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
peterargue
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a few small comments, but otherwise looks good
integration/tests/access/cohort2/observer_indexer_enabled_test.go
Outdated
Show resolved
Hide resolved
…s-integration-tests-runtime
Closes #7157
Changes: