Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring + error handling fixes #159

Merged
merged 9 commits into from
Nov 6, 2024

This is what should have been expected in this test

365e1a6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refactoring + error handling fixes #159

This is what should have been expected in this test
365e1a6
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration tests report succeeded Nov 6, 2024 in 0s

53 passed, 0 failed and 0 skipped

Tests passed successfully

✅ report.xml

53 tests were completed in 59s with 53 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/conductor-sdk/conductor-go/test/integration_tests 53✅ 56s

✅ github.com/conductor-sdk/conductor-go/test/integration_tests

✅ TestApplicationLifecycle
✅ TestRoleManagementForApplicationUser
✅ TestAccessKeyLifecycle
✅ TestGetTagsForApplication
✅ TestApplicationClientIntegration
✅ TestApplicationClientErrorHandling
✅ TestGetAccessKeys
✅ TestCreateOrUpdateEnvVariable
✅ TestDeleteEnvVariable
✅ TestDeleteTagForEnvVar
✅ TestGetEnvVariable
✅ TestGetAllEnvVariables
✅ TestGetTagsForEnvVar
✅ TestPutTagForEnvVar
✅ TestRetryNotFound
✅ TestRegisterWorkflow
✅ TestGetWorkflow
✅ TestUpdateTaskByRefName
✅ TestUpdate
✅ TestIntegrationClient
✅ TestRegisterWorkflowDefWithTags
✅ TestUpdateWorkflowDefWithTags
✅ TestRegisterTaskDefWithTags
✅ TestGetTagsForTaskDef
✅ TestUpdateTaskDefWithTags
✅ TestUpdateTaskRefByName
✅ TestCheckPermissions
✅ TestDeleteUser
✅ TestGetGrantedPermissions
✅ TestGetUser
✅ TestGetUserNotFound
✅ TestListUsers
✅ TestUpsertUser
✅ TestWorkerBatchSize
✅ TestFaultyWorker
✅ TestWorkerWithNonRetryableError
✅ TestHttpTask
✅ TestInlineTask
✅ TestSqsEventTask
✅ TestConductorEventTask
✅ TestKafkaPublishTask
✅ TestDoWhileTask
✅ TestTerminateTask
✅ TestSwitchTask
✅ TestDynamicForkWorkflow
✅ TestComplexSwitchWorkflow
✅ TestWorkflowCreation
✅ TestRemoveWorkflow
✅ TestExecuteWorkflow
✅ TestExecuteWorkflowWithCorrelationIds
✅ TestTerminateWorkflowWithFailure
✅ TestExecuteWorkflowSync
✅ TestIdempotencyCombinations