pull/496/head
Frostebite 2023-02-16 22:24:46 +00:00
parent 0a7de0ffc2
commit 02e624e90e
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ describe('Cloud Runner Locking', () => {
expect(await SharedWorkspaceLocking.DoesWorkspaceExist(newWorkspaceName, buildParameters)).toBeTruthy();
expect(await SharedWorkspaceLocking.GetAllWorkspaces(buildParameters)).toHaveLength(1);
expect(await SharedWorkspaceLocking.GetAllLocks(newWorkspaceName, buildParameters)).toHaveLength(1);
expect(await SharedWorkspaceLocking.IsWorkspaceLocked(newWorkspaceName, buildParameters)).toBeTruthy();
expect(await SharedWorkspaceLocking.GetFreeWorkspaces(buildParameters)).toHaveLength(0);
}, 150000);
it(`Get Or Create From Unlocked Was Locked`, async () => {