Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Failing legacy integration tests #922

Open
GumpacG opened this issue Oct 17, 2022 · 0 comments
Open

[BUG] Failing legacy integration tests #922

GumpacG opened this issue Oct 17, 2022 · 0 comments
Labels
bug Something isn't working infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.

Comments

@GumpacG
Copy link
Collaborator

GumpacG commented Oct 17, 2022

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 GumpacG added bug Something isn't working untriaged labels Oct 17, 2022
MaxKsyunz pushed a commit that referenced this issue Oct 28, 2022
- Enabled ignored and disabled tests.
- Created #922, #917, #912, #910 and attached them to disabled tests for traceability.
- Removed irrelevant tests.
@dai-chen dai-chen added the infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

No branches or pull requests

3 participants