Skip to content

Commit 7aef4ec

Browse files
authored
Merge pull request #1556 from microting/fix/post-migration-enable-shifts-3-5
fix(playwright): enable shifts 3-5 in 1m variant post-migration
2 parents a0c666a + 0800aac commit 7aef4ec

8 files changed

Lines changed: 48 additions & 8 deletions

File tree

eform-client/playwright/e2e/plugins/time-planning-pn/b1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/c1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/d1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/e1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/f1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/h1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/i1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

eform-client/playwright/e2e/plugins/time-planning-pn/j1m/post-migration.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
-- shard exercises the flag-on rendering / form / picker code paths. The
1111
-- workflow runs this AFTER `Wait for app` (which gates on migrations being
1212
-- complete) and BEFORE the matrix Playwright invocation.
13-
UPDATE AssignedSites SET UseOneMinuteIntervals = 1 WHERE WorkflowState = 'created';
13+
UPDATE AssignedSites
14+
SET UseOneMinuteIntervals = 1,
15+
ThirdShiftActive = 1,
16+
FourthShiftActive = 1,
17+
FifthShiftActive = 1
18+
WHERE WorkflowState = 'created';

0 commit comments

Comments
 (0)