Support GROUP BY on Nested JSONB Fields in Flat Postgres Collections … #1032
GitHub Actions / Test Results
succeeded
Nov 4, 2025 in 0s
All 343 tests pass, 1 skipped in 31s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
org.hypertrace.core.documentstore.DocStoreQueryV1Test$FlatPostgresCollectionTest ‑ testFlatPostgresCollectionNestedFieldQuery(String)
Check notice on line 0 in .github
github-actions / Test Results
344 tests found
There are 344 tests, see "Raw output" for the full list of tests.
Raw output
org.hypertrace.core.documentstore.ArrayFiltersQueryIntegrationTest ‑ [1] Mongo
org.hypertrace.core.documentstore.ArrayFiltersQueryIntegrationTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test ‑ [1] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$AtomicCreateOrReplaceTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$AtomicCreateOrReplaceTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$AtomicUpdateTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$AtomicUpdateTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$BulkUpdateTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$BulkUpdateTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$ContainsOperatorTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$ContainsOperatorTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$FlatPostgresCollectionTest ‑ [1] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$FlatPostgresCollectionTest ‑ testFlatPostgresCollectionNestedFieldQuery(String)
org.hypertrace.core.documentstore.DocStoreQueryV1Test$FlatPostgresCollectionTest$FlatCollectionJsonbRelationalOperatorTest ‑ [1] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$KeyFilterTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$KeyFilterTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$StartsWithOperatorTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$StartsWithOperatorTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreQueryV1Test$UpdateOperatorTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreQueryV1Test$UpdateOperatorTest ‑ [2] Postgres
org.hypertrace.core.documentstore.DocStoreTest ‑ [1] Mongo
org.hypertrace.core.documentstore.DocStoreTest ‑ [2] Postgres
org.hypertrace.core.documentstore.FilterTest ‑ testAnd()
org.hypertrace.core.documentstore.FilterTest ‑ testAnd2()
org.hypertrace.core.documentstore.FilterTest ‑ testEquals()
org.hypertrace.core.documentstore.FilterTest ‑ testSettingChildFiltersField()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testEqualsWithSameContentDifferentDocumentType()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testEqualsWithSameContentSameDocumentType()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testErrorDocument()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testJSONDocument()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testJSONDocumentConstructorsWithDocumentType()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testJSONDocumentWithDefaultDocumentType()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testJSONDocumentWithExplicitDocumentType()
org.hypertrace.core.documentstore.JSONDocumentTest ‑ testToStringMethod()
org.hypertrace.core.documentstore.QueryTest ‑ testAddAllOrderBys()
org.hypertrace.core.documentstore.QueryTest ‑ testAddOrderBy()
org.hypertrace.core.documentstore.QueryTest ‑ testEquals()
org.hypertrace.core.documentstore.QueryTest ‑ testSelections()
org.hypertrace.core.documentstore.SingleValueKeyTest ‑ testSingleValueKeyEqualsHashCode()
org.hypertrace.core.documentstore.SingleValueKeyTest ‑ testSingleValueKeyToString()
org.hypertrace.core.documentstore.commons.UpdateValidatorTest ‑ testValidate()
org.hypertrace.core.documentstore.commons.UpdateValidatorTest ‑ testValidateWithDuplicatePaths()
org.hypertrace.core.documentstore.commons.UpdateValidatorTest ‑ testValidateWithNoUpdates()
org.hypertrace.core.documentstore.commons.UpdateValidatorTest ‑ testValidateWithPathsInTheSameHierarchy()
org.hypertrace.core.documentstore.commons.UpdateValidatorTest ‑ testValidateWithPseudoPathsInTheSameHierarchy()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testAttackScenario_NestedInjection()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testAttackScenario_OrTrueInjection()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testAttackScenario_SpecialCharacterCombination()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testAttackScenario_SqlCommentInjection()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testAttackScenario_UnionSelect()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_DropTable()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_StartsWithNumber()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_WithHyphen()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_WithQuote()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_WithSemicolon()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_ColumnName_WithSpace()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_EmptyElement()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_TooDeep()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithDot()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithDoubleQuote()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithHyphen()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithQuote()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithSemicolon()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testInvalidExpression_JsonPath_WithSpace()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_DeeplyNested()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_NestedField()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_SimpleField()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_UsingListConstructor()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_WithNumbers()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionSecurityTest ‑ testValidExpression_WithUnderscore()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testEqualsAndHashCodeWithParent()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testEqualsIncludesParentName()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testOfVarargsWithEmptyArray()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testOfVarargsWithNull()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testOfWithEmptyJsonPath()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testOfWithNullJsonPath()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testToString()
org.hypertrace.core.documentstore.expression.impl.JsonIdentifierExpressionTest ‑ testToStringWithDeepPath()
org.hypertrace.core.documentstore.metric.BaseDocumentStoreMetricProviderImplTest$GetCustomMetricsTest ‑ queryExecutionThrowsException_returnsEmptyList()
org.hypertrace.core.documentstore.metric.BaseDocumentStoreMetricProviderImplTest$GetCustomMetricsTest ‑ queryReturnsDocumentWithMissingValue_returnsEmptyList()
org.hypertrace.core.documentstore.metric.BaseDocumentStoreMetricProviderImplTest$GetCustomMetricsTest ‑ queryReturnsEmptyIterator_returnsEmptyList()
org.hypertrace.core.documentstore.metric.BaseDocumentStoreMetricProviderImplTest$GetCustomMetricsTest ‑ queryReturnsInvalidJson_returnsEmptyList()
org.hypertrace.core.documentstore.metric.BaseDocumentStoreMetricProviderImplTest$GetCustomMetricsTest ‑ queryReturnsValidAndInvalidDocument_returnsEmptyList()
org.hypertrace.core.documentstore.metric.mongo.MongoDocumentStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withEmptyProcess_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.mongo.MongoDocumentStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withException_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.mongo.MongoDocumentStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withNoActiveField_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.mongo.MongoDocumentStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withNoAppName_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.mongo.MongoDocumentStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withSomeActiveConnections_returnsProperMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withEmptyIterator_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withInvalidJson_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withMultipleDocuments_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withMultipleInvalidDocumentsFollowedByValidDocument_returnsTheRightMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withNoValueColumnIterator_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withQueryExecutionException_returnsDefaultMetric()
org.hypertrace.core.documentstore.metric.postgres.PostgresDocStoreMetricProviderTest$GetConnectionCountMetricTest ‑ withValidDocument_returnsTheRightMetric()
org.hypertrace.core.documentstore.model.config.ConnectionConfigTest ‑ testInvalidType_throwsException()
org.hypertrace.core.documentstore.model.config.ConnectionConfigTest ‑ testMissingType_throwsException()
org.hypertrace.core.documentstore.model.config.MongoConnectionConfigTest ‑ testAllAssigned()
org.hypertrace.core.documentstore.model.config.MongoConnectionConfigTest ‑ testAllDefaults()
org.hypertrace.core.documentstore.model.config.MongoConnectionConfigTest ‑ testBuildWithDataFreshnessOption()
org.hypertrace.core.documentstore.model.config.MongoConnectionConfigTest ‑ testDefaultCredentials_shouldNotSetCredentials()
org.hypertrace.core.documentstore.model.config.MongoConnectionConfigTest ‑ testMissingAuthDb_shouldUseTheSameDatabaseUsedForConnecting()
org.hypertrace.core.documentstore.model.config.PostgresConnectionConfigTest ‑ testAllDefaults()
org.hypertrace.core.documentstore.model.config.PostgresConnectionConfigTest ‑ testAllValuesSet()
org.hypertrace.core.documentstore.model.config.PostgresConnectionConfigTest ‑ testEmptyCredentialsAndPoolConfig()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ [1] MONGO
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ [2] POSTGRES
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildMongo()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildMongoUsingDefaultKeys()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildMongoUsingTypeKey()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildPostgres()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildPostgresUsingDefaultKeys()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildPostgresUsingDefaultKeysAndCustomParams()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testBuildPostgresUsingTypeKey()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testInvalidTypeKey()
org.hypertrace.core.documentstore.model.config.TypesafeConfigDatastoreConfigExtractorTest ‑ testMandatoryFields()
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [1] price
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [1] price::quantity
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [2] 1234567890
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [2] {hello_world
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [3] hello_world}
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [3] price.quantity
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [4] 67aa7623-fc40-4112-b958-cbd6d4c077b1
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [4] createdTime
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [5] first_name
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ [5] lastUpdatedTime
org.hypertrace.core.documentstore.model.subdoc.SubDocumentTest ‑ testImplicitSubDocumentPaths()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testLimitInQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testNullLimitInQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testNullOffsetInQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testOffsetAndLimitInQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testOffsetInQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testProjections()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testTotalWithFilter()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest ‑ testTotalWithQuery()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$BulkUpdateTest ‑ testBulkUpdateWithFilter()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$BulkUpdateTest ‑ testBulkUpdateWithFilter_getNone()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$BulkUpdateTest ‑ testBulkUpdateWithoutUpdates()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$CreateOrReplaceTest ‑ testCreateOrReplace()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$UpdateTest ‑ testAtomicUpdateWithoutUpdates()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$UpdateTest ‑ testUpdateAtomicWithFilter()
org.hypertrace.core.documentstore.mongo.MongoCollectionTest$UpdateTest ‑ testUpdateAtomicWithFilter_getNone()
org.hypertrace.core.documentstore.mongo.MongoDatastoreTest ‑ testInitUsingHostPort()
org.hypertrace.core.documentstore.mongo.MongoDatastoreTest ‑ testInitUsingUrl()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testBulkUpsertAndVerifyUpdatedTime()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testCollections()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testDeleteByFilter()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testDeleteByFilterUnsupportedOperation()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testLike()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testReturnAndBulkUpsert()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testSelectAll()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testSelections()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testUpsertAndReturn()
org.hypertrace.core.documentstore.mongo.MongoDocStoreTest ‑ testWithDifferentDataTypes()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithFilter()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithGroupingFilter()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithMultiLevelGrouping()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithPagination()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithProjections()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testAggregateWithSorting()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFieldCount()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindAndAggregateWithDuplicateAlias()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindSimple()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithAllClauses()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithFilter()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithKeyAndRelationalFilter()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithMultipleKeys()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithPagination()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithSelection()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithSingleKey()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testFindWithSorting()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testGetDistinctCount()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_simpleAggregate()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_simpleSortWithAggregationAsSelection()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_simpleSortWithFunctionAsSelection()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_sortSpecInSelection_selectionWithAlias()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_sortSpecNotInSelection()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testOptimizeSorts_sortSpecNotInSelection_selectionWithAlias()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testQueryWithFunctionalLhsInRelationalFilter()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testSimpleAggregate()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest ‑ testUnwindAndGroup()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoQueryTimeoutTest ‑ testConnectionAndQueryLevelQueryTimeout()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoQueryTimeoutTest ‑ testConnectionLevelQueryTimeout()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoQueryTimeoutTest ‑ testDefault()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoQueryTimeoutTest ‑ testQueryLevelQueryTimeout()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testConnectionLevelReadPreference()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testConnectionLevelReadPreferenceWithNullValue()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testConnectionLevelReadPreferenceWithSystemDefaultValue()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testDefault()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testQueryLevelReadPreference()
org.hypertrace.core.documentstore.mongo.MongoQueryExecutorTest$MongoReadPreferenceTest ‑ testQueryLevelReadPreferenceOverride()
org.hypertrace.core.documentstore.mongo.MongoQueryParserTest ‑ testParseAndOrQuery()
org.hypertrace.core.documentstore.mongo.MongoQueryParserTest ‑ testParseNestedQuery()
org.hypertrace.core.documentstore.mongo.MongoQueryParserTest ‑ testParseOrderByQuery()
org.hypertrace.core.documentstore.mongo.MongoQueryParserTest ‑ testParseSimpleQuery()
org.hypertrace.core.documentstore.postgres.ParamsTest ‑ testAllParamsAndIndex()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testAtomicUpdateWithoutUpdates()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testBulkUpdateWithoutUpdates()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testCreateOrReplace()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testNonCompositeFilterUnsupportedException()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testPostgresResultIteratorWithBasicTypesArrayColumn()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testPostgresResultIteratorWithBasicTypesHandleNestedField()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testPostgresResultIteratorWithBasicTypesHandleNestedFieldEdgeCases()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testPostgresResultIteratorWithBasicTypesNullHandling()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testPostgresResultIteratorWithBasicTypesUsage()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateAtomicWithFilter()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateAtomicWithFilter_emptyResults()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateAtomicWithFilter_getNone()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateAtomicWithFilter_throwsException()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateBulkWithFilter()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateBulkWithFilter_emptyResults()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateBulkWithFilter_getNone()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateBulkWithFilter_throwsExceptionAfterUpdate()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpdateBulkWithFilter_throwsExceptionBeforeUpdate()
org.hypertrace.core.documentstore.postgres.PostgresCollectionTest ‑ testUpsertSQLException()
org.hypertrace.core.documentstore.postgres.PostgresDatastoreTest ‑ [1] FLAT
org.hypertrace.core.documentstore.postgres.PostgresDatastoreTest ‑ [2] NESTED
org.hypertrace.core.documentstore.postgres.PostgresDatastoreTest ‑ initWithHostAndPort()
org.hypertrace.core.documentstore.postgres.PostgresDatastoreTest ‑ testDeleteExplicitSchemaTable()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ testBasicSchemaTableOps()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ testBulkUpsertAndReturn()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ testDrop()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ testInitWithDatabase()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ testUpsertAndReturn()
org.hypertrace.core.documentstore.postgres.PostgresDocStoreTest ‑ test_getJsonNodeAtPath()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testJSONFieldParseNestedQuery()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseNestedQuery()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseNonCompositeFilter()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseNonCompositeFilterForEqNeqForNonPrimitiveMapType()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseNonCompositeFilterForJsonField()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseOrderBys()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseQueryForCompositeFilter()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseQueryForCompositeFilterForJsonField()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testParseQueryForCompositeFilterWithNullConditions()
org.hypertrace.core.documentstore.postgres.PostgresQueryParserTest ‑ testSelectionClause()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregateWithMultipleGroupingLevels()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregationExpression()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregationExpressionDistinctCount()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregationFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregationFilterAlongWithNonAliasFields()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testAggregationFilterAndWhereFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testBasicSelectionExpression()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testCollectionInOtherSchema()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testContainsAndUnnestFilters()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testContainsFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testContainsWithFlatCollectionNonJsonField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFilterWithLogicalExpressionAnd()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFilterWithLogicalExpressionAndOr()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFilterWithLogicalExpressionOr()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFilterWithNestedFiled()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFindWithKeyAndRelationalFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFindWithMultipleKeys()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFindWithSingleKey()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFindWithSortingAndPagination()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFunctionalSelectionExpression()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFunctionalSelectionExpressionWithNestedField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testFunctionalSelectionExpressionWithNestedFieldWithAlias()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testNotContainsAndUnnestFilters()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testNotContainsWithFlatCollectionNonJsonField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testNotContainsWithNestedCollectionJsonField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testNotInWithFlatCollectionNonJsonField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testNotInWithNestedCollectionJsonField()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testOrderByClauseWithAlias()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testParseSimpleFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testQueryQ1AggregationFilterWithStringAlongWithNonAliasFields()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testQueryQ1AggregationFilterWithStringInFilterAlongWithNonAliasFields()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testQueryQ1DistinctCountAggregationWithMatchingSelectionAndGroupBy()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testQueryQ1DistinctCountAggregationWithOnlyFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testQueryWithFunctionalLhsInRelationalFilter()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testSimpleOrderByClause()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithPreserveNullAndEmptyArrays()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularAndDifferentUnnestFilterAtFirstLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularAndDifferentUnnestFilterAtSecondLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularAndORFilterAtSecondLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularAndUnnestFilterAtSecondLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularFilterAtSecondLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithRegularORFilterAtSecondLevelArray()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithoutPreserveNullAndEmptyArrays()
org.hypertrace.core.documentstore.postgres.query.v1.PostgresQueryParserTest ‑ testUnnestWithoutPreserveNullAndEmptyArraysWithFilters()
org.hypertrace.core.documentstore.postgres.query.v1.transformer.FieldTransformationVisitorTest ‑ testFlatTransformerVisitsIdentifierExpression()
org.hypertrace.core.documentstore.postgres.query.v1.transformer.FieldTransformationVisitorTest ‑ testFlatTransformerVisitsJsonIdentifierExpression()
org.hypertrace.core.documentstore.postgres.query.v1.transformer.FieldTransformationVisitorTest ‑ testNestedTransformerRejectsJsonIdentifierExpression()
org.hypertrace.core.documentstore.postgres.query.v1.transformer.FieldTransformationVisitorTest ‑ testNestedTransformerVisitsIdentifierExpression()
org.hypertrace.core.documentstore.postgres.query.v1.transformer.FieldTransformationVisitorTest ‑ testVisitorPatternAvoidInstanceof()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testAttackScenarioCommentInjection()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testAttackScenarioNestedQuotes()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testAttackScenarioOrInjection()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testAttackScenarioUnionInjection()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidDotNotation()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierEmpty()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierHyphen()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierNull()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierSpace()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierSqlInjection_DropTable()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierSqlInjection_Quote()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierSqlInjection_Semicolon()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierStartsWithNumber()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidIdentifierTooLong()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathDot()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathEmpty()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathEmptyElement()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathFieldTooLong()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathHyphen()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathNull()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathNullElement()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathSpace()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathSqlInjectionDoubleQuote()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathSqlInjectionQuote()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathSqlInjectionSemicolon()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testInvalidJsonPathTooDeep()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidIdentifierLetters()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidIdentifierMaxLength()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidIdentifierStartsWithUnderscore()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidIdentifierWithDotNotation()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidIdentifierWithNumbers()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathMaxDepth()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathMaxFieldLength()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathMultiLevel()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathSingleLevel()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathStartsWithUnderscore()
org.hypertrace.core.documentstore.postgres.utils.PostgresSecurityValidatorTest ‑ testValidJsonPathWithNumbers()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithFilter()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithGroupingFilter()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithMultiLevelGrouping()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithPagination()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithProjections()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testAggregateWithSorting()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testFieldCount()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testGetDistinctCount()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQuerySimple()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithAllClauses()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithFilter()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithFunctionalLhsInRelationalFilter()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithPagination()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithSelection()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testQueryWithSorting()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testSetAndClearAggregations()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testSetAndClearFromClauses()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testSetAndClearSelections()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testSetAndClearSorts()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testSimpleAggregate()
org.hypertrace.core.documentstore.query.QueryBuilderTest ‑ testUnwindAndGroup()
Loading