sql icon indicating copy to clipboard operation
sql copied to clipboard

[BUG] Failing legacy integration tests

Open GumpacG opened this issue 2 years ago • 0 comments

What is the bug? Failing legacy integration tests may need fixing.

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Run the tests below and see failures:
  • AggregationExpressionIT.AddLiteralOnGroupKeyShouldPass
  • AggregationExpressionIT.groupByDateShouldPass
  • AggregationExpressionIT.groupByDateWithAliasShouldPass
  • AggregationExpressionIT.hasGroupKeyMaxAddLiteralShouldPass
  • AggregationExpressionIT.logWithAddLiteralOnGroupKeyAndMaxSubtractLiteralShouldPass
  • AggregationExpressionIT.noGroupKeyAvgOnIntegerShouldPass
  • AggregationExpressionIT.noGroupKeyMaxAddLiteralShouldPass
  • AggregationIT.groupBySubqueryTest
  • AggregationIT.termsWithScript
  • CsvFormatResponseIT.simpleSearchResultWithNestedOneFieldNotFlatNoAggs
  • CsvFormatResponseIT.simpleSearchResultWithNestedTwoFieldsFromSameNestedNotFlatNoAggs
  • CsvFormatResponseIT.twoCharsSeperator
  • CursorIT.defaultBehaviorWhenCursorSettingIsDisabled
  • CursorIT.testDefaultFetchSizeFromClusterSettings
  • DateFormatIT.selectDateTimeWithDefaultTimeZone
  • JdbcTestIT.dateFunctionNameCaseInsensitiveTest
  • JdbcTestIT.testDateTimeInQuery
  • JoinAliasWriterRuleIT.tableNamesWithTypeName
  • JoinAliasWriterRuleIT.tableNamesWithTypeNameExplicitTableAlias
  • JoinIT.joinWithInQuery
  • JoinIT.joinWithOrWithTermsFilterOpt
  • MetaDataQueriesIT.describeSingleIndexAlias
  • MetaDataQueriesIT.showSingleIndexAlias
  • NestedFieldQueryIT.leftJoinExceptionOnExtraNestedFields
  • PrettyFormatResponseIT.aggregationFunctionInSelectCaseCheck
  • PrettyFormatResponseIT.selectWrongField
  • PrettyFormatResponseIT.testSizeAndTotal
  • QueryIT.backticksQuotedIndexNameTest
  • QueryIT.escapedCharactersCheck
  • QueryIT.fieldCollapsingTest
  • QueryIT.functionArgWithNullValueFieldShouldThrowESExceptionInJdbc
  • QueryIT.functionCallWithIllegalScriptShouldThrowESExceptionInJdbc
  • QueryIT.functionInCaseFieldShouldThrowESExceptionDueToIllegalScriptInJdbc
  • QueryIT.idsQueryMultipleId
  • QueryIT.idsQueryOneId
  • QueryIT.idsQuerySubQueryIds
  • QueryIT.inTermsSubQueryTest
  • QueryIT.multipleIndicesOneNotExistWithHint
  • QueryIT.nestedOnInQuery
  • QueryIT.queryWithAtFieldOnWhere
  • QueryIT.scriptFilterNoParams
  • QueryIT.scriptFilterWithParams
  • QueryIT.selectAliases
  • QueryIT.twoSubQueriesTest
  • SQLFunctionsIT.left
  • SQLFunctionsIT.right
  • SubqueryIT.testINWithDuplicate

What is the expected behavior? These tests should be fixed or deleted if they are deprecated features.

What is your host/environment?

  • OS: macOS
  • Version: OpenSearch 2.4

GumpacG avatar Oct 17 '22 16:10 GumpacG