Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable terraform e2e test in CI + add docker container cleanup #13163

Open
Labels
siteArea: frontend dashboard
@Emyrk

Description

@Emyrk

PR#13134 added terraform provisioning to e2e tests, which is currently skipped:

test("create docker workspace",async({ page})=>{
test.skip(
true,
"creating docker containers is currently leaky. They are not cleaned up when the tests are over.",
);

Any docker containers created are not cleaned up. Until we can ensure tests do not leak containers, any terraform tests will be disaled.

Idea

  • Add a label to all containers created in the e2e tests. In anafterAll hook (any maybebeforeAll too) delete all containers with said label.
  • Find some way to force the container to die afterX minutes with--rm and something like overriding the entry point withtimeout 10m # ... default entry point

Metadata

Metadata

Assignees

No one assigned

    Labels

    siteArea: frontend dashboard

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp