Intent of failure_converter.go ×1
All 100 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/100 tests-
server/100 tests-
chasm/29 tests-
lib/29 tests-
callback/5 tests-
TestExecuteInvocationTaskChasm_Outcomes/1 test -
TestExecuteInvocationTaskNexus_Outcomes/4 tests-
go.temporal.io/server/chasm/lib/callback/TestExecuteInvocationTaskNexus_Outcomes/network-error-retry -
go.temporal.io/server/chasm/lib/callback/TestExecuteInvocationTaskNexus_Outcomes/non-retryable-http-error -
go.temporal.io/server/chasm/lib/callback/TestExecuteInvocationTaskNexus_Outcomes/retryable-http-error -
go.temporal.io/server/chasm/lib/callback/TestExecuteInvocationTaskNexus_Outcomes/success
-
-
-
nexusoperation/24 tests-
TestCancellationInvocationTaskHandler_HTTP/10 tests-
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/endpoint_not_found -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/failure -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/invocation_timeout_by_ScheduleToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/invocation_timeout_by_StartToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/invocation_timeout_by_request_timeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/operation_timeout_by_ScheduleToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/operation_timeout_by_StartToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/success -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/success_with_headers -
go.temporal.io/server/chasm/lib/nexusoperation/TestCancellationInvocationTaskHandler_HTTP/transient_error
-
-
TestCancellationInvocationTaskHandler_SystemEndpoint/1 test -
TestInvocationTaskHandler_HTTP/12 tests-
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/ScheduleToCloseTimeout_less_than_MinRequestTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/async_start -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/endpoint_not_found -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/invocation_timeout_by_ScheduleToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/invocation_timeout_by_ScheduleToStartTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/invocation_timeout_by_request_timeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/operation_timeout_header_set_by_StartToCloseTimeout -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/sync_canceled -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/sync_failed -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/sync_start -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/token_too_long -
go.temporal.io/server/chasm/lib/nexusoperation/TestInvocationTaskHandler_HTTP/transient_error
-
-
TestInvocationTaskHandler_SystemEndpoint/1 test
-
-
-
-
common/26 tests-
nexus/26 tests-
nexusrpc/24 tests-
go.temporal.io/server/common/nexus/nexusrpc/TestAsync -
go.temporal.io/server/common/nexus/nexusrpc/TestBadRequestCompletion -
go.temporal.io/server/common/nexus/nexusrpc/TestCancel_ContextDeadlinePropagated -
go.temporal.io/server/common/nexus/nexusrpc/TestCancel_HandleFromClient -
go.temporal.io/server/common/nexus/nexusrpc/TestCancel_HandleFromStart -
go.temporal.io/server/common/nexus/nexusrpc/TestCancel_RequestTimeoutHeaderOverridesContextDeadline -
go.temporal.io/server/common/nexus/nexusrpc/TestCancel_TimeoutNotPropagated -
go.temporal.io/server/common/nexus/nexusrpc/TestCustomSerializer -
go.temporal.io/server/common/nexus/nexusrpc/TestFailureCompletion -
go.temporal.io/server/common/nexus/nexusrpc/TestHandlerErrorRetryBehavior -
go.temporal.io/server/common/nexus/nexusrpc/TestJSON -
go.temporal.io/server/common/nexus/nexusrpc/TestNewHandleFailureConditions -
go.temporal.io/server/common/nexus/nexusrpc/TestStart_ContextDeadlinePropagated -
go.temporal.io/server/common/nexus/nexusrpc/TestStart_NilContentHeaderDoesNotPanic -
go.temporal.io/server/common/nexus/nexusrpc/TestStart_RequestTimeoutHeaderOverridesContextDeadline -
go.temporal.io/server/common/nexus/nexusrpc/TestStart_TimeoutNotPropagated -
go.temporal.io/server/common/nexus/nexusrpc/TestSuccess -
go.temporal.io/server/common/nexus/nexusrpc/TestSuccessfulCompletion -
go.temporal.io/server/common/nexus/nexusrpc/TestSuccessfulCompletion_CustomSerializer -
go.temporal.io/server/common/nexus/nexusrpc/TestUnsuccessful
-
go.temporal.io/server/common/nexus/TestFromOperationCanceledError -
go.temporal.io/server/common/nexus/TestFromOperationFailedError
-
-
-
components/27 tests-
callbacks/5 tests-
TestProcessInvocationTaskChasm_Outcomes/1 test -
TestProcessInvocationTaskNexus_Outcomes/4 tests-
go.temporal.io/server/components/callbacks/TestProcessInvocationTaskNexus_Outcomes/failed -
go.temporal.io/server/components/callbacks/TestProcessInvocationTaskNexus_Outcomes/non-retryable-error -
go.temporal.io/server/components/callbacks/TestProcessInvocationTaskNexus_Outcomes/retryable-error -
go.temporal.io/server/components/callbacks/TestProcessInvocationTaskNexus_Outcomes/success
-
-
-
nexusoperations/22 tests-
TestProcessCancelationTask/8 tests-
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/endpoint_not_found -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/failure -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/invocation_timeout -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/operation_timeout_by_ScheduleToCloseTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/operation_timeout_by_StartToCloseTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/success -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/success_with_headers -
go.temporal.io/server/components/nexusoperations/TestProcessCancelationTask/transient_error
-
-
TestProcessInvocationTask/14 tests-
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/ScheduleToCloseTimeout_less_than_MinRequestTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/async_start -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/cancel_before_start -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/endpoint_not_found -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/endpoint_not_found_on_command_processing -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/invocation_timeout_by_ScheduleToCloseTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/invocation_timeout_by_ScheduleToStartTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/invocation_timeout_by_request_timeout -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/operation_timeout_header_set_by_StartToCloseTimeout -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/sync_canceled -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/sync_failed -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/sync_start -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/token_to_long -
go.temporal.io/server/components/nexusoperations/TestProcessInvocationTask/transient_error
-
-
-
-
service/6 tests-
history/3 tests-
workflow/3 tests-
workflow_test/3 tests-
TestGetNexusCompletion/3 tests
-
-
-
-
temporal/4 tests -
temporaltest/7 tests-
go.temporal.io/server/temporaltest/ExampleNewServer -
go.temporal.io/server/temporaltest/TestBaseServerOptions -
go.temporal.io/server/temporaltest/TestClientWithCustomInterceptor -
go.temporal.io/server/temporaltest/TestDefaultWorkerOptions -
go.temporal.io/server/temporaltest/TestNewServer -
go.temporal.io/server/temporaltest/TestNewWorkerWithOptions -
go.temporal.io/server/temporaltest/TestSearchAttributeRegistration
-
-
tests/1 test-
testcore/1 test-
TestFunctionalTestBaseSuite/1 test
-
-
-
-