Commit Graph

3 Commits

Author SHA1 Message Date
Justin Zhang
f72a18cf54 Fix #1183 to enforce service_healthy condition
- Change compose-up to create then start container to avoid
  double-execution and enforce dependency condition check
- Skip dependency health check to avoid compose-up hang for podman prior
  to 4.6.0, which doesn't support --condition healthy
- Skip running compose-down when there are no active containers
- Add relevant integration test case

Signed-off-by: Justin Zhang <schnell18@gmail.com>
2025-04-22 14:20:57 +08:00
Monika Kairaityte
b685bce400 tests/integration: Move test utils to one test_utils file
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-01-23 02:11:46 +02:00
Monika Kairaityte
6022669991 tests/integration: Move test "extends" to corresponding directory
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-01-23 02:01:44 +02:00