diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingRunning.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingRunning.verified.json new file mode 100644 index 0000000000..b286477759 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingRunning.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "RUNNING", + "isCurrent": true + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndFailed.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndFailed.verified.json new file mode 100644 index 0000000000..ab23141383 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndFailed.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "FAILED", + "isCurrent": true + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndSucceeded.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndSucceeded.verified.json new file mode 100644 index 0000000000..ada03c3152 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.EnqueuingTerminatedAndSucceeded.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalPending.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalPending.verified.json new file mode 100644 index 0000000000..136c074753 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalPending.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "PENDING", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalQueued.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalQueued.verified.json new file mode 100644 index 0000000000..ec0dc75775 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalQueued.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "QUEUED", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalRunning.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalRunning.verified.json new file mode 100644 index 0000000000..f46ec16b99 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalRunning.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "RUNNING", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndFailed.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndFailed.verified.json new file mode 100644 index 0000000000..bc0ad8e261 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndFailed.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "FAILED", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndSucceeded.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndSucceeded.verified.json new file mode 100644 index 0000000000..c634687a57 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndSucceeded.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndUserCanceled.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndUserCanceled.verified.json new file mode 100644 index 0000000000..23f6075854 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.ExternalTerminatedAndUserCanceled.verified.json @@ -0,0 +1,21 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "USER_CANCELED", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalPending.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalPending.verified.json new file mode 100644 index 0000000000..e1345cb8c4 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalPending.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "PENDING", + "isCurrent": false + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalQueued.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalQueued.verified.json new file mode 100644 index 0000000000..999dbdd266 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalQueued.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "QUEUED", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalRunning.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalRunning.verified.json new file mode 100644 index 0000000000..3374749b7e --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalRunning.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "RUNNING", + "isCurrent": true + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndFailed.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndFailed.verified.json new file mode 100644 index 0000000000..cf9db029e6 --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndFailed.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "FAILED", + "isCurrent": true + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndSucceeded.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndSucceeded.verified.json new file mode 100644 index 0000000000..4638266daa --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndSucceeded.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "SUCCEEDED", + "isCurrent": false + }, + { + "state": "SUCCEEDED", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file diff --git a/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndUserCanceled.verified.json b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndUserCanceled.verified.json new file mode 100644 index 0000000000..1b825cbb0d --- /dev/null +++ b/apps/dh/api-dh/source/DataHub.WebApi.Tests/Snapshots/CalculationStepsQueryTests.InternalTerminatedAndUserCanceled.verified.json @@ -0,0 +1,17 @@ +{ + "data": { + "calculationById": { + "id": "d79fcebb-3338-4dc5-923f-a6c483319b43", + "steps": [ + { + "state": "USER_CANCELED", + "isCurrent": true + }, + { + "state": "PENDING", + "isCurrent": false + } + ] + } + } +} \ No newline at end of file