-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor common util functions for /test
Prior to this commit, the uitl functions for e2e tests are distributed over multiple test files in /test. And we had to tag specific test files for unrelevant test suites that needs such util functions. For example, init_test has the 'conformance' build tag on it, which is not necessarily the case as conformance test suite does not need the inti_test but needs the setup there. This commit cleans up the util functions separated across different test files and put them into /test/util so that we can tag the appropriate test files for build only.
- Loading branch information
1 parent
0749de6
commit a179226
Showing
5 changed files
with
319 additions
and
292 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
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
Oops, something went wrong.