User Metadata (2423) by @Alex-Tideman (Attempt 1) #3959
Annotations
10 errors and 1 warning
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for Canceled workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:20:50.181506253Z",
"executionTime": "2022-07-01T20:20:50.157120545Z",
"historyEvents": "13",
"historySizeBytes": undefined,
"id": "temporal.fixture.cancelled.workflow.id",
@@ -36,8 +37,9 @@
},
},
"startTime": "2022-07-01T20:20:50.157120545Z",
"stateTransitionCount": "6",
"status": "Canceled",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.cancelled.workflow.id/346e7a24-c660-4f91-a777-ffe3274d8144",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for Completed workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:28:52.916373379Z",
"executionTime": "2022-07-01T20:28:48.796369169Z",
"historyEvents": "18",
"historySizeBytes": undefined,
"id": "temporal.fixture.completed.workflow.id",
@@ -36,8 +37,9 @@
},
},
"startTime": "2022-07-01T20:28:48.796369169Z",
"stateTransitionCount": "11",
"status": "Completed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.completed.workflow.id/202dcff6-7f35-4c65-995c-bcadce524fb1",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for Failed workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:22:50.027441003Z",
"executionTime": "2022-07-01T20:22:50.015107253Z",
"historyEvents": "7",
"historySizeBytes": undefined,
"id": "temporal.fixture.failed.workflow.id",
@@ -29,8 +30,9 @@
},
},
"startTime": "2022-07-01T20:22:49.015107253Z",
"stateTransitionCount": "4",
"status": "Failed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.failed.workflow.id/7e00b341-c579-4bb5-9e28-810d34ef4329",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for Running workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": true,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": null,
"executionTime": "2022-07-01T20:23:49.104303753Z",
"historyEvents": "13",
"historySizeBytes": undefined,
"id": "temporal.fixture.running.workflow.id",
@@ -62,8 +63,9 @@
},
},
"startTime": "2022-07-01T20:23:49.104303753Z",
"stateTransitionCount": "21",
"status": "Running",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.running.workflow.id/2a7ba421-f74b-4b8b-b9d8-e6e30e4caac7",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for Terminated workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:14:51.002030504Z",
"executionTime": "2022-07-01T20:14:48.911627544Z",
"historyEvents": "30",
"historySizeBytes": undefined,
"id": "temporal.fixture.completed.workflow.id",
@@ -67,8 +68,9 @@
},
},
"startTime": "2022-07-01T20:14:48.911627544Z",
"stateTransitionCount": "21",
"status": "Terminated",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.completed.workflow.id/16c5fbe5-f82d-43c1-acbc-18c65c449ace",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L33
Error: Snapshot `toWorkflowExecution > should match the snapshot for TimedOut workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T14:16:18.804308503Z",
"executionTime": "2022-07-01T13:56:18.803016378Z",
"historyEvents": "18",
"historySizeBytes": undefined,
"id": "temporal.fixture.timed-out.workflow.id/workflow.advanced-visibility",
@@ -42,8 +43,9 @@
},
},
"startTime": "2022-07-01T13:56:18.803016378Z",
"stateTransitionCount": "16",
"status": "TimedOut",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.timed-out.workflow.id/workflow.advanced-visibility/445a17cb-6cb4-4508-bc59-187d08c6c6e2",
}
❯ src/lib/models/workflow-execution.test.ts:33:45
|
Run Unit Tests:
src/lib/models/workflow-execution.test.ts#L42
Error: Snapshot `toWorkflowExecutions > should match the snapshot 1` mismatched
- Expected
+ Received
@@ -2,10 +2,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": "2022-07-01T20:20:50.181506253Z",
"executionTime": "2022-07-01T20:20:50.157120545Z",
"historyEvents": "13",
"historySizeBytes": undefined,
"id": "temporal.fixture.cancelled.workflow.id",
@@ -34,18 +35,20 @@
},
},
"startTime": "2022-07-01T20:20:50.157120545Z",
"stateTransitionCount": "6",
"status": "Canceled",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.cancelled.workflow.id/346e7a24-c660-4f91-a777-ffe3274d8144",
},
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": "2022-07-01T20:28:52.916373379Z",
"executionTime": "2022-07-01T20:28:48.796369169Z",
"historyEvents": "18",
"historySizeBytes": undefined,
"id": "temporal.fixture.completed.workflow.id",
@@ -74,18 +77,20 @@
},
},
"startTime": "2022-07-01T20:28:48.796369169Z",
"stateTransitionCount": "11",
"status": "Completed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.completed.workflow.id/202dcff6-7f35-4c65-995c-bcadce524fb1",
},
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": "2022-07-01T20:22:50.027441003Z",
"executionTime": "2022-07-01T20:22:50.015107253Z",
"historyEvents": "7",
"historySizeBytes": undefined,
"id": "temporal.fixture.failed.workflow.id",
@@ -110,18 +115,20 @@
},
},
"startTime": "2022-07-01T20:22:49.015107253Z",
"stateTransitionCount": "4",
"status": "Failed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.failed.workflow.id/7e00b341-c579-4bb5-9e28-810d34ef4329",
},
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": true,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": null,
"executionTime": "2022-07-01T20:23:49.104303753Z",
"historyEvents": "19",
"historySizeBytes": undefined,
"id": "temporal.fixture.running.workflow.id",
@@ -150,18 +157,20 @@
},
},
"startTime": "2022-07-01T20:23:49.104303753Z",
"stateTransitionCount": "27",
"status": "Running",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.running.workflow.id/2a7ba421-f74b-4b8b-b9d8-e6e30e4caac7",
},
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": "2022-07-01T20:14:51.073853795Z",
"executionTime": "2022-07-01T20:14:51.002662504Z",
"historyEvents": "42",
"historySizeBytes": undefined,
"id": "temporal.fixture.completed.workflow.id",
@@ -190,18 +199,20 @@
},
},
"startTime": "2022-07-01T20:14:51.002662504Z",
"stateTransitionCount": "13",
"status": "Completed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.completed.workflow.id/dfd4039d-4bc0-4864-9a24-85d136814977",
},
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": undefined,
+ "details": undefined,
"endTime": "2022-07-01T20:14:51.002030504Z",
"executionTime": "2022-07-01T20:14:48.911627544Z",
"historyEvents": "30",
"historySizeBytes": u
|
Run Unit Tests:
src/lib/models/workflow-execution.write-disabled.test.ts#L39
Error: Snapshot `toWorkflowExecution > should match the snapshot for Canceled workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:20:50.181506253Z",
"executionTime": "2022-07-01T20:20:50.157120545Z",
"historyEvents": "13",
"historySizeBytes": undefined,
"id": "temporal.fixture.cancelled.workflow.id",
@@ -36,8 +37,9 @@
},
},
"startTime": "2022-07-01T20:20:50.157120545Z",
"stateTransitionCount": "6",
"status": "Canceled",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.cancelled.workflow.id/346e7a24-c660-4f91-a777-ffe3274d8144",
}
❯ src/lib/models/workflow-execution.write-disabled.test.ts:39:45
|
Run Unit Tests:
src/lib/models/workflow-execution.write-disabled.test.ts#L39
Error: Snapshot `toWorkflowExecution > should match the snapshot for Completed workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:28:52.916373379Z",
"executionTime": "2022-07-01T20:28:48.796369169Z",
"historyEvents": "18",
"historySizeBytes": undefined,
"id": "temporal.fixture.completed.workflow.id",
@@ -36,8 +37,9 @@
},
},
"startTime": "2022-07-01T20:28:48.796369169Z",
"stateTransitionCount": "11",
"status": "Completed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.completed.workflow.id/202dcff6-7f35-4c65-995c-bcadce524fb1",
}
❯ src/lib/models/workflow-execution.write-disabled.test.ts:39:45
|
Run Unit Tests:
src/lib/models/workflow-execution.write-disabled.test.ts#L39
Error: Snapshot `toWorkflowExecution > should match the snapshot for Failed workflows 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
{
"assignedBuildId": undefined,
"callbacks": [],
"canBeTerminated": false,
"defaultWorkflowTaskTimeout": "20s",
+ "details": undefined,
"endTime": "2022-07-01T20:22:50.027441003Z",
"executionTime": "2022-07-01T20:22:50.015107253Z",
"historyEvents": "7",
"historySizeBytes": undefined,
"id": "temporal.fixture.failed.workflow.id",
@@ -29,8 +30,9 @@
},
},
"startTime": "2022-07-01T20:22:49.015107253Z",
"stateTransitionCount": "4",
"status": "Failed",
+ "summary": undefined,
"taskQueue": "canary-task-queue",
"url": "/workflows/temporal.fixture.failed.workflow.id/7e00b341-c579-4bb5-9e28-810d34ef4329",
}
❯ src/lib/models/workflow-execution.write-disabled.test.ts:39:45
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading