Skip to content

Flapping minio concurrent test #4989

Closed as not planned
Closed as not planned
@friedrichg

Description

@friedrichg

Describe the bug
Something is flapping there

t.Run("concurrent nested scenario 2 is working just fine as well", func(t *testing.T) {
t.Parallel()
s, m1, m2 := spinup(t, "e2e-scenario-test2")
defer s.Close()
testMinioWorking(t, m1)
testMinioWorking(t, m2)
})

https://gist.github.com/friedrichg/e1399dcae24097a24dc0947c50937042

To Reproduce
Not sure

Expected behavior
No flapping error

Additional Context
Saw it while filing #4988

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions