Skip to content

Commit 66641c3

Browse files
committed
Update infra-e2e to dc2be59 and fix missed .yaml compose files
- Update SHA to include the fix that removes compose.Wait(true), which was causing failures for run-once/init containers that exit after completing (e.g., mongodb-repl-setup, load generators). - Remove version field from 2 missed .yaml compose files (the previous commit only handled .yml files).
1 parent 8b36066 commit 66641c3

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/e2e-v2/cases/mariadb/mariadb-slowsql/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '2.1'
17-
1816
services:
1917
oap:
2018
extends:

test/e2e-v2/cases/mysql/mysql-slowsql/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
version: '2.1'
17-
1816
services:
1917
oap:
2018
extends:

0 commit comments

Comments
 (0)