Commit Graph
19 Commits
Author SHA1 Message Date
JoannaaKLandTingluo Huang 5b26a1e1ae Update src/Runner.Worker/ContainerOperationProvider.cs
Co-authored-by: Tingluo Huang <[email protected]>
2022-09-15 09:31:09 +02:00
JoannaaKL e03ad87776 Remove the default value for bool variable 2022-09-14 08:40:51 +00:00
JoannaaKL 826cec2775 Refactor healthcheck logic to separate method to enable unit testing. 2022-09-14 08:34:27 +00:00
JoannaaKL b8aafc4ff1 Rename boolean flag indicating service container failure 2022-09-13 13:51:52 +00:00
JoannaaKL 47ead99c13 Remove unnecessary field 'UnhealthyContainers' 2022-09-13 13:47:58 +00:00
JoannaaKL 3c88e14ca5 Add newline to TestHostContext 2022-09-13 12:48:31 +00:00
JoannaaKL f5461b78be Remove printHello() function 2022-09-13 12:45:35 +00:00
JoannaaKL 912d7d6932 Remove unnecessary 'IsAnyUnhealthy' flag 2022-09-13 12:44:22 +00:00
JoannaaKL 76e4f51a21 Removed the test testing the old logic flow. 2022-09-09 15:21:18 +00:00
JoannaaKL dfcbe9b1e1 Added back section group. 2022-09-08 15:59:06 +00:00
JoannaaKL 2dc8f25359 Removed unused import 2022-09-08 15:52:13 +00:00
JoannaaKL f0b315c911 Change the logic for printing Service Containers logs
Service container logs will be printed in the 'Start containers' section only if there is an error.
Healthy services will have their logs printed in the 'Stop Containers' section.
2022-09-08 15:50:22 +00:00
JoannaaKLandTingluo Huang 354c8bcbed Update src/Test/L0/TestHostContext.cs
Co-authored-by: Tingluo Huang <[email protected]>
2022-09-07 17:19:21 +02:00
JoannaaKLandTingluo Huang ad8f17e956 Update src/Runner.Worker/Container/DockerCommandManager.cs
Co-authored-by: Tingluo Huang <[email protected]>
2022-09-07 17:19:04 +02:00
JoannaaKL 2d4dc37d49 Removing the section 'Waiting for all services to be ready'
Since nested subsections are not being displayed properly and we already need one subsection per service error.
2022-09-07 08:39:57 +00:00
JoannaaKL d533271015 Removed duplicated logging to the executionContext 2022-09-06 09:51:30 +00:00
JoannaaKL 892a90cc99 Removed the exception thrown if the service container was not healthy 2022-09-06 09:22:12 +00:00
JoannaaKL 160d07e576 Adding another test to ContainerOperationProvider 2022-08-31 13:55:18 +00:00
JoannaaKL 2e8d8a74ab Adding Unit test to ContainerOperationProvider 2022-08-31 10:05:44 +00:00