kubectl system run test
parent
61e8452dc1
commit
c0446ba456
|
@ -149,7 +149,7 @@ describe('Cloud Runner Locking', () => {
|
||||||
expect(
|
expect(
|
||||||
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
|
await SharedWorkspaceLocking.GetOrCreateLockedWorkspace(newWorkspaceName, runId, buildParameters),
|
||||||
).toBeTruthy();
|
).toBeTruthy();
|
||||||
expect(CloudRunner.lockedWorkspace === newWorkspaceName).toBeTruthy();
|
expect(CloudRunner.lockedWorkspace !== newWorkspaceName).toBeTruthy();
|
||||||
}, 150000);
|
}, 150000);
|
||||||
it(`Get Or Create From Unlocked Was Locked`, async () => {
|
it(`Get Or Create From Unlocked Was Locked`, async () => {
|
||||||
Cli.options.retainWorkspaces = true;
|
Cli.options.retainWorkspaces = true;
|
||||||
|
|
Loading…
Reference in New Issue