chore | Add support for providing filters in spanJoiner (#181) #373
GitHub Actions / Test Results
succeeded
Jun 7, 2024 in 0s
All 114 tests pass in 55s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
114 tests found
There are 114 tests, see "Raw output" for the full list of tests.
Raw output
org.hypertrace.core.graphql.attributes.AttributeModelTranslatorTest ‑ canTranslateAttributeModel()
org.hypertrace.core.graphql.attributes.AttributeModelTranslatorTest ‑ returnsEmptyIfUnsupportedTranslation()
org.hypertrace.core.graphql.attributes.AttributeModelTranslatorTest ‑ testStringArrayAttributeKindTranslation()
org.hypertrace.core.graphql.attributes.AttributeModelTranslatorTest ‑ translatesMetricstoOnlySupportAggregation()
org.hypertrace.core.graphql.attributes.CachingAttributeStoreTest ‑ supportsBasicRead()
org.hypertrace.core.graphql.attributes.CachingAttributeStoreTest ‑ supportsForeignIdLookup()
org.hypertrace.core.graphql.attributes.CachingAttributeStoreTest ‑ testCreate()
org.hypertrace.core.graphql.attributes.CachingAttributeStoreTest ‑ throwsErrorForMissingIdMapping()
org.hypertrace.core.graphql.attributes.CachingAttributeStoreTest ‑ throwsErrorIfNoKeyMatch()
org.hypertrace.core.graphql.attributes.IdLookupTest ‑ cachesLoaderResults()
org.hypertrace.core.graphql.attributes.IdLookupTest ‑ canLookupIds()
org.hypertrace.core.graphql.attributes.IdLookupTest ‑ retriesOnError()
org.hypertrace.core.graphql.attributes.IdLookupTest ‑ supportsMultipleAsyncLoaders()
org.hypertrace.core.graphql.common.deserialization.FilterArgumentDeserializationConfigTest ‑ deserializesValueIfPresent()
org.hypertrace.core.graphql.common.deserialization.OrderArgumentDeserializationConfigTest ‑ deserializesValueIfPresent()
org.hypertrace.core.graphql.common.deserialization.TimeRangeArgumentDeserializationConfigTest ‑ deserializesValueIfPresent()
org.hypertrace.core.graphql.common.request.DefaultAttributeRequestBuilderTest ‑ canBuildRequestForSelectionSet()
org.hypertrace.core.graphql.common.request.DefaultFilterRequestBuilderTest ‑ canBuildFilterWithAttributeExpression()
org.hypertrace.core.graphql.common.request.DefaultFilterRequestBuilderTest ‑ canBuildIdFilterWithEnumScope()
org.hypertrace.core.graphql.common.request.DefaultFilterRequestBuilderTest ‑ canBuildIdFilterWithStringScope()
org.hypertrace.core.graphql.common.request.DefaultResultSetRequestBuilderTest ‑ canBuildRequest()
org.hypertrace.core.graphql.common.schema.scalars.DateTimeScalarTest ‑ canConvertFromLiteral()
org.hypertrace.core.graphql.common.schema.scalars.DateTimeScalarTest ‑ canConvertFromValue()
org.hypertrace.core.graphql.common.schema.scalars.DateTimeScalarTest ‑ canDetermineIfConvertible()
org.hypertrace.core.graphql.common.schema.scalars.DateTimeScalarTest ‑ canSerialize()
org.hypertrace.core.graphql.common.schema.scalars.DurationScalarTest ‑ canConvertFromLiteral()
org.hypertrace.core.graphql.common.schema.scalars.DurationScalarTest ‑ canConvertFromValue()
org.hypertrace.core.graphql.common.schema.scalars.DurationScalarTest ‑ canDetermineIfConvertible()
org.hypertrace.core.graphql.common.schema.scalars.DurationScalarTest ‑ canSerialize()
org.hypertrace.core.graphql.common.schema.scalars.OffsetTimeScalarTest ‑ canConvertFromLiteral()
org.hypertrace.core.graphql.common.schema.scalars.OffsetTimeScalarTest ‑ canConvertFromValue()
org.hypertrace.core.graphql.common.schema.scalars.OffsetTimeScalarTest ‑ canDetermineIfConvertible()
org.hypertrace.core.graphql.common.schema.scalars.OffsetTimeScalarTest ‑ canSerialize()
org.hypertrace.core.graphql.common.schema.scalars.UnknownScalarTest ‑ canConvertFromLiteral()
org.hypertrace.core.graphql.common.schema.scalars.UnknownScalarTest ‑ canConvertFromValue()
org.hypertrace.core.graphql.common.schema.scalars.UnknownScalarTest ‑ canDetermineIfConvertible()
org.hypertrace.core.graphql.common.schema.scalars.UnknownScalarTest ‑ canSerialize()
org.hypertrace.core.graphql.common.utils.attributes.AttributeTypeConverterTest ‑ testConvert()
org.hypertrace.core.graphql.context.AsyncDataFetcherFactoryTest ‑ canBuildAsyncDataFetcher()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ canDelegateDataFetcherConstruction()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ delegatesDataLoaderRegistry()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsAuthorizationHeaderIfPresent()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsCachingKeyForNoAuth()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsCachingKeysEqualForSameTenant()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsDefaultTenantIdOnlyIfNoHeaderPresent()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsEmptyMapIfNoTracingHeadersPresent()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsEmptyOptionalIfNoAuthorizationHeaderPresent()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsLowerCasedTracingHeadersIfAnyMatches()
org.hypertrace.core.graphql.context.DefaultGraphQlRequestContextBuilderTest ‑ returnsTenantIdIfTenantIdHeaderPresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ deserializeObjectIfPresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ deserializePrimitive()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ deserializePrimitiveList()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ deserializesObjectListIfPresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyIfDeserializationFailurePresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyIfNoObjectPresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyIfNoPrimitiveList()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyIfNoPrimitivePresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyIfNotList()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyListForEmptyPrimitiveList()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyListIfObjectListPresentButEmpty()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyObjectListIfNotPresent()
org.hypertrace.core.graphql.deserialization.DefaultArgumentDeserializerTest ‑ emptyObjectListIfUnableToDeserialize()
org.hypertrace.core.graphql.impl.GraphQlModuleTest ‑ testResolveBindings()
org.hypertrace.core.graphql.impl.GraphQlModuleTest ‑ testResolveSchema()
org.hypertrace.core.graphql.log.event.dao.GatewayServiceLogEventsRequestBuilderTest ‑ testBuildRequest()
org.hypertrace.core.graphql.log.event.dao.GatewayServiceLogEventsResponseConverterTest ‑ testConvert()
org.hypertrace.core.graphql.metadata.fetcher.MetadataFetcherTest ‑ returnsResponseFuture()
org.hypertrace.core.graphql.metadata.response.MetadataResponseBuilderTest ‑ canBuildResponse()
org.hypertrace.core.graphql.metadata.response.MetadataResponseBuilderTest ‑ filtersAnyAggregationConversionErrors()
org.hypertrace.core.graphql.request.transformation.RequestTransformerImplTest ‑ appliesAllTransformers()
org.hypertrace.core.graphql.request.transformation.RequestTransformerImplTest ‑ noApplicableTransformerReturnsInput()
org.hypertrace.core.graphql.request.transformation.RequestTransformerImplTest ‑ skipsUnsupportedTransformers()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ mergesMultipleSchemas()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ mergesMutationSchemas()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ mergesSingleSchema()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ supportsDisablingIntrospection()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ supportsEnablingIntrospection()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ supportsMutationOnlyFragment()
org.hypertrace.core.graphql.schema.registry.GraphQlAnnotatedSchemaMergerTest ‑ supportsTypeFunctions()
org.hypertrace.core.graphql.span.dao.SpanLogEventRequestBuilderTest ‑ testBuildRequest()
org.hypertrace.core.graphql.span.dao.SpanLogEventRequestBuilderTest ‑ testBuildRequest_addSpanId()
org.hypertrace.core.graphql.span.dao.SpanLogEventResponseConverterTest ‑ testBuildResponse()
org.hypertrace.core.graphql.span.dao.SpanLogEventResponseConverterTest ‑ testBuildResponse_spanIdNotRequested()
org.hypertrace.core.graphql.span.export.ExportSpanTest ‑ testForLogEventsFields()
org.hypertrace.core.graphql.span.export.ExportSpanTest ‑ testIncludeAllFields()
org.hypertrace.core.graphql.span.export.ExportSpanTest ‑ testWithMissingFields()
org.hypertrace.core.graphql.span.joiner.SpanJoinerBuilderTest ‑ fetchMultipleSpans()
org.hypertrace.core.graphql.span.joiner.SpanJoinerBuilderTest ‑ fetchSpans()
org.hypertrace.core.graphql.span.request.LogEventAttributeRequestBuilderTest ‑ canBuildRequest()
org.hypertrace.core.graphql.utils.gateway.AttributeExpressionConverterTest ‑ convertsAttributeExpressionWithSubpath()
org.hypertrace.core.graphql.utils.gateway.AttributeExpressionConverterTest ‑ convertsAttributeExpressionWithoutSubpath()
org.hypertrace.core.graphql.utils.gateway.ColumnIdentifierConverterTest ‑ convertsColumnBasedOnAttributeId()
org.hypertrace.core.graphql.utils.gateway.LiteralConstantConverterTest ‑ convertsNullValue()
org.hypertrace.core.graphql.utils.gateway.LiteralConstantConverterTest ‑ convertsValuesOfVariousTypes()
org.hypertrace.core.graphql.utils.gateway.LiteralConstantExpressionConverterTest ‑ convertsLiteralExpression()
org.hypertrace.core.graphql.utils.gateway.UnwrappedValueConverterTest ‑ testTimestampConversion()
org.hypertrace.core.graphql.utils.grpc.DefaultGraphQlGrpcContextBuilderTest ‑ addsGrpcContextToStreamedRequest()
org.hypertrace.core.graphql.utils.grpc.DefaultGraphQlGrpcContextBuilderTest ‑ propagatesErrorsFromStreamedRequest()
org.hypertrace.core.graphql.utils.grpc.DefaultGrpcChannelRegistryTest ‑ createsNewChannelsAsRequested()
org.hypertrace.core.graphql.utils.grpc.DefaultGrpcChannelRegistryTest ‑ reusesChannelsForDuplicateRequests()
org.hypertrace.core.graphql.utils.grpc.PlatformGrpcContextBuilderTest ‑ addsTenantIdToContext()
org.hypertrace.core.graphql.utils.grpc.PlatformGrpcContextBuilderTest ‑ addsTracingHeadersToContext()
org.hypertrace.core.graphql.utils.grpc.PlatformGrpcContextBuilderTest ‑ passesAuthHeaderToPlatformContextIfPresent()
org.hypertrace.core.graphql.utils.grpc.PlatformGrpcContextBuilderTest ‑ testRestoreContext()
org.hypertrace.core.graphql.utils.grpc.StreamingClientResponseObserverTest ‑ propagatesCompletion()
org.hypertrace.core.graphql.utils.grpc.StreamingClientResponseObserverTest ‑ propagatesExceptionOnError()
org.hypertrace.core.graphql.utils.grpc.StreamingClientResponseObserverTest ‑ returnsValues()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ returnsEmptyForOneLevelMatch()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ returnsEmptyStreamForNoMatchingTopLevelSelections()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ returnsMatchingTopLevelSelections()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ returnsMultiLevelMatch()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ supportsLeafPredicates()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ supportsMultipleMatchFanOut()
org.hypertrace.core.graphql.utils.schema.DefaultGraphQlSelectionFinderTest ‑ supportsWildcardPath()
Loading