From 687c761139a71dac5bd61cf1a17b506aaaa2a41b Mon Sep 17 00:00:00 2001 From: wolfyeva Date: Wed, 18 May 2022 17:38:14 +0800 Subject: [PATCH] fix: infeasible tests --- tests/in/000010.yaml | 1 - tests/in/000011.yaml | 2 -- tests/in/000110.yaml | 2 -- tests/in/000111.yaml | 2 -- tests/in/001011.yaml | 1 - tests/in/001110.yaml | 2 -- tests/in/001111.yaml | 1 - tests/in/010011.yaml | 1 - tests/in/010110.yaml | 1 - tests/in/010111.yaml | 1 - tests/in/011010.yaml | 1 - tests/in/011011.yaml | 1 - tests/in/011110.yaml | 1 - tests/in/011111.yaml | 1 - tests/in/100010.yaml | 1 - tests/in/100011.yaml | 1 - tests/in/100110.yaml | 1 - tests/in/100111.yaml | 1 - tests/in/101010.yaml | 1 - tests/in/101011.yaml | 1 - tests/in/101110.yaml | 1 - tests/in/101111.yaml | 1 - tests/in/110010.yaml | 1 - tests/in/110011.yaml | 1 - tests/in/110110.yaml | 1 - tests/in/110111.yaml | 1 - tests/in/111010.yaml | 1 - tests/in/111011.yaml | 1 - tests/in/111110.yaml | 1 - tests/in/111111.yaml | 1 - 30 files changed, 34 deletions(-) diff --git a/tests/in/000010.yaml b/tests/in/000010.yaml index 1bb47e2..1d1084a 100644 --- a/tests/in/000010.yaml +++ b/tests/in/000010.yaml @@ -3,7 +3,6 @@ services: image: busybox user: root common: - image: busybox extends: service: base cli: diff --git a/tests/in/000011.yaml b/tests/in/000011.yaml index 2336456..515f31f 100644 --- a/tests/in/000011.yaml +++ b/tests/in/000011.yaml @@ -6,14 +6,12 @@ services: - back-tier monitoring: - image: awesome/monitoring networks: - admin extends: service: frontend backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/000110.yaml b/tests/in/000110.yaml index 9ac40e0..6eb8f19 100644 --- a/tests/in/000110.yaml +++ b/tests/in/000110.yaml @@ -5,12 +5,10 @@ services: - "8000:5000" monitoring: - image: awesome/monitoring extends: service: frontend backend: - image: awesome/backend extends: service: frontend ports: diff --git a/tests/in/000111.yaml b/tests/in/000111.yaml index 42fab6c..5195a82 100644 --- a/tests/in/000111.yaml +++ b/tests/in/000111.yaml @@ -8,14 +8,12 @@ services: - "8000:5000" monitoring: - image: awesome/monitoring networks: - admin extends: service: frontend backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/001011.yaml b/tests/in/001011.yaml index 7ef900c..bd1b850 100644 --- a/tests/in/001011.yaml +++ b/tests/in/001011.yaml @@ -1,6 +1,5 @@ services: frontend: - image: awesome/webapp networks: - front-tier - back-tier diff --git a/tests/in/001110.yaml b/tests/in/001110.yaml index 187d4b9..3b83196 100644 --- a/tests/in/001110.yaml +++ b/tests/in/001110.yaml @@ -5,7 +5,6 @@ services: - "8000:5000" monitoring: - image: awesome/monitoring depends_on: - backend extends: @@ -14,7 +13,6 @@ services: - "8000:5010" backend: - image: awesome/backend extends: service: frontend ports: diff --git a/tests/in/001111.yaml b/tests/in/001111.yaml index 332ed69..acd9932 100644 --- a/tests/in/001111.yaml +++ b/tests/in/001111.yaml @@ -6,7 +6,6 @@ services: - back-tier monitoring: - image: awesome/monitoring networks: - admin depends_on: diff --git a/tests/in/010011.yaml b/tests/in/010011.yaml index fad0350..0d36cf2 100644 --- a/tests/in/010011.yaml +++ b/tests/in/010011.yaml @@ -11,7 +11,6 @@ services: - admin backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/010110.yaml b/tests/in/010110.yaml index ef63463..bfbffd6 100644 --- a/tests/in/010110.yaml +++ b/tests/in/010110.yaml @@ -6,7 +6,6 @@ services: image: awesome/monitoring backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/010111.yaml b/tests/in/010111.yaml index b3d9888..6cb7eb8 100644 --- a/tests/in/010111.yaml +++ b/tests/in/010111.yaml @@ -11,7 +11,6 @@ services: - admin backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/011010.yaml b/tests/in/011010.yaml index a65c17e..6d09ea6 100644 --- a/tests/in/011010.yaml +++ b/tests/in/011010.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/011011.yaml b/tests/in/011011.yaml index 67bfde1..e98f01a 100644 --- a/tests/in/011011.yaml +++ b/tests/in/011011.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/011110.yaml b/tests/in/011110.yaml index 97f8c0d..928200f 100644 --- a/tests/in/011110.yaml +++ b/tests/in/011110.yaml @@ -9,7 +9,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/011111.yaml b/tests/in/011111.yaml index 797150d..1b0db20 100644 --- a/tests/in/011111.yaml +++ b/tests/in/011111.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/100010.yaml b/tests/in/100010.yaml index 5f72c8a..cbe9d92 100644 --- a/tests/in/100010.yaml +++ b/tests/in/100010.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend extends: service: frontend links: diff --git a/tests/in/100011.yaml b/tests/in/100011.yaml index bbd4fd2..8f0cd92 100644 --- a/tests/in/100011.yaml +++ b/tests/in/100011.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/100110.yaml b/tests/in/100110.yaml index 34b31ca..cfd53d9 100644 --- a/tests/in/100110.yaml +++ b/tests/in/100110.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend extends: service: frontend ports: diff --git a/tests/in/100111.yaml b/tests/in/100111.yaml index 3c718f8..25df8c8 100644 --- a/tests/in/100111.yaml +++ b/tests/in/100111.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/101010.yaml b/tests/in/101010.yaml index ec3ee66..a99477d 100644 --- a/tests/in/101010.yaml +++ b/tests/in/101010.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend depends_on: - monitoring links: diff --git a/tests/in/101011.yaml b/tests/in/101011.yaml index 3b42bb5..82e7c24 100644 --- a/tests/in/101011.yaml +++ b/tests/in/101011.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/101110.yaml b/tests/in/101110.yaml index 6428644..6468f37 100644 --- a/tests/in/101110.yaml +++ b/tests/in/101110.yaml @@ -8,7 +8,6 @@ services: backend: - image: awesome/backend depends_on: - monitoring extends: diff --git a/tests/in/101111.yaml b/tests/in/101111.yaml index ce845ca..81bd981 100644 --- a/tests/in/101111.yaml +++ b/tests/in/101111.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/110010.yaml b/tests/in/110010.yaml index 297dddd..477467a 100644 --- a/tests/in/110010.yaml +++ b/tests/in/110010.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/110011.yaml b/tests/in/110011.yaml index 8778ea3..412dba1 100644 --- a/tests/in/110011.yaml +++ b/tests/in/110011.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/110110.yaml b/tests/in/110110.yaml index 72f8a30..61b97d3 100644 --- a/tests/in/110110.yaml +++ b/tests/in/110110.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/110111.yaml b/tests/in/110111.yaml index 0bda8ef..8b7017c 100644 --- a/tests/in/110111.yaml +++ b/tests/in/110111.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/111010.yaml b/tests/in/111010.yaml index fcd05b9..8126c95 100644 --- a/tests/in/111010.yaml +++ b/tests/in/111010.yaml @@ -7,7 +7,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/111011.yaml b/tests/in/111011.yaml index 1fbf1b1..596aa40 100644 --- a/tests/in/111011.yaml +++ b/tests/in/111011.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: diff --git a/tests/in/111110.yaml b/tests/in/111110.yaml index 4250938..41d68d3 100644 --- a/tests/in/111110.yaml +++ b/tests/in/111110.yaml @@ -6,7 +6,6 @@ services: backend: - image: awesome/backend volumes: - type: volume source: db-data diff --git a/tests/in/111111.yaml b/tests/in/111111.yaml index e506c33..25d25a2 100644 --- a/tests/in/111111.yaml +++ b/tests/in/111111.yaml @@ -12,7 +12,6 @@ services: backend: - image: awesome/backend networks: back-tier: aliases: