return nil, errors.New("nexus_header exceeds size limit")
}
}
Frontier kind: Code frontier
unlabeled · c_58f739338f91
16 tests · 2380 LOC · 120 files · introduces 0 tests · 10 LOC · 1 file
The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.
Introduced files, introduced tests, and structurally relevant concept specialization
In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.
Graph controls are ready.
Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.
Every exact file and test below is linked only from the concept that introduces it.
go.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/schedule_to_close_timeout_-_preserves_within_maxgo.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/schedule_to_start_timeout_-_preserves_value_within_schedule_to_close_timeoutgo.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/start_to_close_timeout_-_preserves_value_within_schedule_to_close_timeoutgo.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/id_policies_-_defaults_unspecifiedgo.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/schedule_to_close_timeout_-_caps_unset_to_maxgo.temporal.io/server/chasm/lib/nexusoperation/TestValidateStartNexusOperationExecutionRequest/valid_requestgo.temporal.io/server/common/persistence/client/TestQuotasSuite/TestAPITypeCallOriginPriorityOverrideMappinggo.temporal.io/server/common/persistence/client/TestQuotasSuite/TestBackgroundTypeAPIPriorityOverrideMappinggo.temporal.io/server/common/persistence/client/TestQuotasSuite/TestCallerTypeDefaultPriorityMappinggo.temporal.io/server/common/persistence/client/TestQuotasSuite/TestRequestPrioritiesOrderedgo.temporal.io/server/common/circuitbreaker/TestTSCBWithDynamicSettingsgo.temporal.io/server/common/dynamicconfig/TestDeepCopy_OtherReferenceTypes_Nilgo.temporal.io/server/service/matching/configs/TestQuotasSuite/TestAPIPrioritiesOrderedgo.temporal.io/server/service/matching/configs/TestQuotasSuite/TestAPIToPriorityMappinggo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/boolgo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/datetimego.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/doublego.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/intgo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/keywordgo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/keyword_listgo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/nilgo.temporal.io/server/common/searchattribute/sadefs/Test_EncodeValue/textEvery collected test enters the hierarchy at exactly one concept.
No tests are introduced at this concept. Its intent tests are introduced by other concepts.
Every collected source range enters the hierarchy at exactly one concept.
1 file ranked by introduced lines: 10 introduced LOC across 4 ranges. Expand a file to inspect source; the > gutter marks introduced lines.
return nil, errors.New("nexus_header exceeds size limit")
}
}
return serviceerror.NewInvalidArgument(err.Error())
}
if err := validateAndNormalizeSearchAttributes(req, saMapperProvider, saValidator); err != nil {
// SA validator already returns properly typed gRPC status errors; no need to re-wrap.
return err
saMapperProvider searchattribute.MapperProvider,
saValidator *searchattribute.Validator,
namespaceName := req.GetNamespace()
// Unalias search attributes for validation.
saToValidate := req.SearchAttributes
if saMapperProvider != nil && saToValidate != nil {
var err error
saToValidate, err = searchattribute.UnaliasFields(saMapperProvider, saToValidate, namespaceName)
}
return err
}