Upgrade config-bootstrapper to 0.2.49 (#255) #442
GitHub Actions / Test Results
succeeded
Dec 23, 2024 in 0s
All 111 tests pass in 11s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
111 tests found
There are 111 tests, see "Raw output" for the full list of tests.
Raw output
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testFindAll()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testFindAllNoTenantId()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testFindAttributesNoTenantId()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testFindAttributesWithInternalFlag()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testFindAttributesWithNoInternalFlag()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testGetAttributes()
org.hypertrace.core.attribute.service.AttributeServiceImplTest ‑ testGetCustomAttributes()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testCheckValidAttributeMetadata()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testCreateCallWithHeadersWithNoTenantIdHeader_shouldThrowException()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testCreateCallWithHeadersWithTenantIdHeader()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testCreateInvalidUseHeaders()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testCreateInvalidUseTenantId()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testDeleteByFilterUseHeaders()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testDeleteByFilterUseTenantId()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testDeleteNonCustomAttributes_throwsException()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testFindByFilterUseHeaders()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testFindByFilterUseTenantId()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testGetAllAttributeMetadata()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testGetCustomAttributeMetadata()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testGetSystemAttributeMetadata()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testUnknownScopeCreateReadDelete()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testUpdateAndDeleteSourceMetadataForAttributeUseHeaders()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testUpdateAndDeleteSourceMetadataForAttributeUseTenantId()
org.hypertrace.core.attribute.service.AttributeServiceTest ‑ testUpdateAttributeMetadata()
org.hypertrace.core.attribute.service.builder.AttributeFilterBuilderImplTest ‑ testBuildIdFilter()
org.hypertrace.core.attribute.service.builder.AttributeFilterBuilderImplTest ‑ testBuildTenantIdFilter()
org.hypertrace.core.attribute.service.builder.AttributeUpdateBuilderImplTest ‑ testBuildUpdateDisplayName()
org.hypertrace.core.attribute.service.cachingclient.AttributeCacheContextKeyTest ‑ doesNotMatchContextFromDifferentTenant()
org.hypertrace.core.attribute.service.cachingclient.AttributeCacheContextKeyTest ‑ matchesAnotherContextWithSameTenant()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ cachesConsecutiveGetAllCallsInSameContext()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ createInvalidatesCache()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ deleteInvalidatesCache()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ getsAllAttributesInScope()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ hasConfigurableCacheSize()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ retriesOnError()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ sharesIdAndKeyCache()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ supportsAppliedFilter()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ supportsCachedLookupById()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ supportsMultipleConcurrentCacheKeys()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ throwsErrorIfNoIdMatch()
org.hypertrace.core.attribute.service.cachingclient.CachingAttributeClientTest ‑ throwsErrorIfNoKeyMatch()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ cachesConsecutiveGetAllCallsInSameContext()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ emptyIfNoIdMatch()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ getsAllAttributesInScope()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ returnEmptyIfNoMatch()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ sharesIdAndKeyCache()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ supportsCachedLookupById()
org.hypertrace.core.attribute.service.client.AttributeServiceCachedClientTest ‑ supportsMultipleConcurrentCacheKeys()
org.hypertrace.core.attribute.service.decorator.SupportedAggregationsDecoratorTest ‑ testDecoratorForTypeAttribute()
org.hypertrace.core.attribute.service.decorator.SupportedAggregationsDecoratorTest ‑ testDecoratorForTypeMetric()
org.hypertrace.core.attribute.service.decorator.SupportedAggregationsDecoratorTest ‑ testDecoratorOverridden()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testBuildUpdateLengthyDisplayName()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate_AttributeIdAbsent()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate_CollectionReturnsAbsent()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate_CollectionThrowsIOException()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate_UpdateFieldIsAbsent()
org.hypertrace.core.attribute.service.delegate.AttributeUpdaterImplTest ‑ testUpdate_UpdatesAreEmpty()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testAttributeDefinitionBackwardsCompatibility()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testAttributeDescriptionBackwardsCompatibility()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testAttributeMetaModelGroupableFromJson()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testAttributeMetaModelToFromDto()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testAttributeMetadataModelJsonSerDes()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testCustomAttributeDefinitionIsUnsetIfMissingOrDefaultInModel()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testCustomWithNonRootTenantId()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testCustomWithRootTenantId()
org.hypertrace.core.attribute.service.model.AttributeMetadataModelTest ‑ testScopeStringCompatibility()
org.hypertrace.core.attribute.service.projection.AttributeProjectionRegistryTest ‑ supportsAllDeclaredFunctionTypes()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ projectsForAnyConvertibleArgTypes()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ supportsNullableArguments()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ supportsNullableResults()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ throwsIfAnyArgIsNotConvertible()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ throwsIfArgListIsOfUnexpectedLength()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ throwsIfResultIsNotConvertibleToExpectedNullableType()
org.hypertrace.core.attribute.service.projection.BinaryAttributeProjectionTest ‑ throwsIfResultIsNotConvertibleToExpectedType()
org.hypertrace.core.attribute.service.projection.TernaryAttributeProjectionTest ‑ projectsForAnyConvertibleArgTypes()
org.hypertrace.core.attribute.service.projection.TernaryAttributeProjectionTest ‑ throwsIfAnyArgIsNotConvertible()
org.hypertrace.core.attribute.service.projection.TernaryAttributeProjectionTest ‑ throwsIfArgListIsOfUnexpectedLength()
org.hypertrace.core.attribute.service.projection.TernaryAttributeProjectionTest ‑ throwsIfResultIsNotConvertibleToExpectedType()
org.hypertrace.core.attribute.service.projection.TriFunctionTests ‑ testApply()
org.hypertrace.core.attribute.service.projection.UnaryAttributeProjectionTest ‑ projectsForAnyConvertibleArgTypes()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromBoolean()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromDouble()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromLong()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromNull()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromString()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesFromTemporal()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesToBoolean()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesToDouble()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesToLong()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesToString()
org.hypertrace.core.attribute.service.projection.ValueCoercerTest ‑ coercesToTimestamp()
org.hypertrace.core.attribute.service.projection.functions.ConcatenateOrNullTest ‑ concatenatesNormalStrings()
org.hypertrace.core.attribute.service.projection.functions.ConcatenateOrNullTest ‑ returnsNullIfAnyNullArgs()
org.hypertrace.core.attribute.service.projection.functions.ConcatenateTest ‑ concatenatesNormalStrings()
org.hypertrace.core.attribute.service.projection.functions.ConcatenateTest ‑ concatenatesNullStrings()
org.hypertrace.core.attribute.service.projection.functions.ConditionalTest ‑ testConditional()
org.hypertrace.core.attribute.service.projection.functions.DefaultValueTest ‑ givesDefaultIfStringValueNullOrEmpty()
org.hypertrace.core.attribute.service.projection.functions.DefaultValueTest ‑ returnsNullIfNullDefaultGiven()
org.hypertrace.core.attribute.service.projection.functions.EqualsTest ‑ testStringsEqual()
org.hypertrace.core.attribute.service.projection.functions.HashTest ‑ createsMatchingHashesForMatchingInputs()
org.hypertrace.core.attribute.service.projection.functions.HashTest ‑ hashesNullToNull()
org.hypertrace.core.attribute.service.util.AttributeScopeUtilTest ‑ resolveScopeFromString()
org.hypertrace.core.attribute.service.util.AttributeScopeUtilTest ‑ resolveScopeStringFromScope()
org.hypertrace.core.attribute.service.util.AttributeScopeUtilTest ‑ resolvesScopeStringFromAttribute()
org.hypertrace.core.attribute.service.utils.tenant.TenantUtilsTest ‑ testGetTenantHierarchy()
org.hypertrace.core.attribute.service.validator.AttributeMetadataValidatorTest ‑ testAttributeCreateRequestValid()
org.hypertrace.core.attribute.service.validator.AttributeMetadataValidatorTest ‑ testAttributeMetadataValidatorCustomAttributesExceedingLimit()
org.hypertrace.core.attribute.service.validator.AttributeMetadataValidatorTest ‑ testAttributeMetadataValidatorCustomAttributesExceedingLimitForSystemTenant()
org.hypertrace.core.attribute.service.validator.AttributeMetadataValidatorTest ‑ testAttributeMetadataValidatorCustomAttributesWithinLimit()
org.hypertrace.core.attribute.service.validator.AttributeMetadataValidatorTest ‑ testAttributeMetadataValidatorInvalidAttributeMetadata()
Loading