-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #648: E2E tests: Improve E2E tests runner
f18e68c fix: tracker checker return error code when it fails (Jose Celano) e5cd81b refactor: [#647] E2E tests. Extract function (Jose Celano) 68f71be refactor: [#647] E2E tests. Extract strcut TrackerContainer (Jose Celano) ddad4a4 ci: [#647] E2E tests. Make sure there are not panics in logs (Jose Celano) 670927c ci: [#647] E2E tests. Make sure we run at least one service per type (Jose Celano) 0afab09 refactor: [#647] extract strcut RunOptions (Jose Celano) Pull request description: - [x] Check that we run all services (UDP, HTTP, HealCheck API). - [x] Check that the logs don't contain any panics. ACKs for top commit: josecelano: ACK f18e68c Tree-SHA512: 02b8561a08c92220a6a558a1cc0007da31be394236f7ec6b4cc05d2404c3755e45bff0f7f04aed686d98950d45ce0577e5ff915a874ac3ce7239d7b81cf477e0
- Loading branch information
Showing
7 changed files
with
312 additions
and
82 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ pub mod docker; | |
pub mod logs_parser; | ||
pub mod runner; | ||
pub mod temp_dir; | ||
pub mod tracker_container; |
Oops, something went wrong.