-
Notifications
You must be signed in to change notification settings - Fork 334
kontainer-drivers.spec.ts is flaky #17735
Copy link
Copy link
Open
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardarea/testTest (e2e and unit)Test (e2e and unit)bot/issue-triage/priority-2kind/bug
Milestone
Metadata
Metadata
Assignees
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/dashboardarea/testTest (e2e and unit)Test (e2e and unit)bot/issue-triage/priority-2kind/bug
Type
Fields
Give feedbackNo fields configured for issues without a type.
There is a race condition in kontainer-drivers-spec.ts see run or run - the test activates two drivers using a bulk action, so they are downloaded and activated in parallel, but assertions against the state of the drivers happens sequentially.