Skip to content

Refactoring + error handling fixes #35

Refactoring + error handling fixes

Refactoring + error handling fixes #35

GitHub Actions / Integration tests report failed Nov 5, 2024 in 0s

46 passed, 7 failed and 0 skipped

Tests failed

❌ report.xml

53 tests were completed in 61s with 46 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/conductor-sdk/conductor-go/test/integration_tests 46✅ 7❌ 58s

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

❌ TestApplicationClientIntegration
	=== RUN   TestApplicationClientIntegration
❌ TestApplicationClientErrorHandling
	=== RUN   TestApplicationClientErrorHandling
❌ TestCreateOrUpdateEnvVariable
	=== RUN   TestCreateOrUpdateEnvVariable
❌ TestDeleteEnvVariable
	=== RUN   TestDeleteEnvVariable
❌ TestDeleteTagForEnvVar
	=== RUN   TestDeleteTagForEnvVar
❌ TestGetAllEnvVariables
	=== RUN   TestGetAllEnvVariables
❌ TestPutTagForEnvVar
	=== RUN   TestPutTagForEnvVar
✅ TestApplicationLifecycle
✅ TestRoleManagementForApplicationUser
✅ TestAccessKeyLifecycle
✅ TestGetTagsForApplication
✅ TestGetAccessKeys
✅ TestGetEnvVariable
✅ TestGetTagsForEnvVar
✅ 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

Annotations

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestApplicationClientIntegration

Failed test found in:
  report.xml
Error:
  === RUN   TestApplicationClientIntegration
Raw output
=== RUN   TestApplicationClientIntegration
    application_client_test.go:134: 
        	Error Trace:	application_client_test.go:134
        	Error:      	Expected nil, but got: client.GenericSwaggerError{body:[]uint8{}, error:"200 ", model:interface {}(nil), statusCode:200}
        	Test:       	TestApplicationClientIntegration
    application_client_test.go:151: 
        	Error Trace:	application_client_test.go:151
        	Error:      	Expected nil, but got: client.GenericSwaggerError{body:[]uint8{}, error:"200 ", model:interface {}(nil), statusCode:200}
        	Test:       	TestApplicationClientIntegration
--- FAIL: TestApplicationClientIntegration (0.53s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestApplicationClientErrorHandling

Failed test found in:
  report.xml
Error:
  === RUN   TestApplicationClientErrorHandling
Raw output
=== RUN   TestApplicationClientErrorHandling
    application_client_test.go:197: 
        	Error Trace:	application_client_test.go:197
        	Error:      	Expected nil, but got: client.GenericSwaggerError{body:[]uint8{}, error:"200 ", model:interface {}(nil), statusCode:200}
        	Test:       	TestApplicationClientErrorHandling
    application_client_test.go:208: 
        	Error Trace:	application_client_test.go:208
        	Error:      	Expected nil, but got: client.GenericSwaggerError{body:[]uint8{}, error:"200 ", model:interface {}(nil), statusCode:200}
        	Test:       	TestApplicationClientErrorHandling
--- FAIL: TestApplicationClientErrorHandling (0.27s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestCreateOrUpdateEnvVariable

Failed test found in:
  report.xml
Error:
  === RUN   TestCreateOrUpdateEnvVariable
Raw output
=== RUN   TestCreateOrUpdateEnvVariable
    env_client_test.go:19: 
        	Error Trace:	env_client_test.go:19
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestCreateOrUpdateEnvVariable
--- FAIL: TestCreateOrUpdateEnvVariable (0.03s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestDeleteEnvVariable

Failed test found in:
  report.xml
Error:
  === RUN   TestDeleteEnvVariable
Raw output
=== RUN   TestDeleteEnvVariable
    env_client_test.go:19: 
        	Error Trace:	env_client_test.go:19
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestDeleteEnvVariable
--- FAIL: TestDeleteEnvVariable (0.07s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestDeleteTagForEnvVar

Failed test found in:
  report.xml
Error:
  === RUN   TestDeleteTagForEnvVar
Raw output
=== RUN   TestDeleteTagForEnvVar
    env_client_test.go:19: 
        	Error Trace:	env_client_test.go:19
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestDeleteTagForEnvVar
    env_client_test.go:47: 
        	Error Trace:	env_client_test.go:47
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestDeleteTagForEnvVar
--- FAIL: TestDeleteTagForEnvVar (0.06s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestGetAllEnvVariables

Failed test found in:
  report.xml
Error:
  === RUN   TestGetAllEnvVariables
Raw output
=== RUN   TestGetAllEnvVariables
    env_client_test.go:19: 
        	Error Trace:	env_client_test.go:19
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestGetAllEnvVariables
--- FAIL: TestGetAllEnvVariables (0.06s)

Check failure on line 0 in report.xml

See this annotation in the file changed.

@github-actions github-actions / Integration tests report

github.com/conductor-sdk/conductor-go/test/integration_tests ► TestPutTagForEnvVar

Failed test found in:
  report.xml
Error:
  === RUN   TestPutTagForEnvVar
Raw output
=== RUN   TestPutTagForEnvVar
    env_client_test.go:94: 
        	Error Trace:	env_client_test.go:94
        	Error:      	Received unexpected error:
        	            	error: 200 , body: 
        	Test:       	TestPutTagForEnvVar
--- FAIL: TestPutTagForEnvVar (0.04s)