Skip to content

fix: update java compatibility (#226) #921

fix: update java compatibility (#226)

fix: update java compatibility (#226) #921

GitHub Actions / Test Results succeeded Jul 15, 2025 in 0s

All 247 tests pass in 34s

 40 files  ±0   40 suites  ±0   34s ⏱️ +2s
247 tests ±0  247 ✅ ±0  0 💤 ±0  0 ❌ ±0 
503 runs  ±0  503 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e869f86. ± Comparison against earlier commit 6b45742.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

247 tests found

There are 247 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$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 ‑ testJSONDocument()
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.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 ‑ 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.PostgresDatastoreTest ‑ initWithHostAndPort()
org.hypertrace.core.documentstore.postgres.PostgresDatastoreTest ‑ testCreateExplicitSchemaTable()
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 ‑ 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 ‑ 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.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()