Fix IT on 2.x - address breaking changes from upstream. by Yury-Fridlyand · Pull Request #1659 · opensearch-project/sql · GitHub
Skip to content

Fix IT on 2.x - address breaking changes from upstream.#1659

Merged
MaxKsyunz merged 1 commit into
opensearch-project:2.xfrom
Bit-Quill:fix-IT-in-2.x
May 25, 2023
Merged

Fix IT on 2.x - address breaking changes from upstream.#1659
MaxKsyunz merged 1 commit into
opensearch-project:2.xfrom
Bit-Quill:fix-IT-in-2.x

Conversation

@Yury-Fridlyand

@Yury-Fridlyand Yury-Fridlyand commented May 25, 2023

Copy link
Copy Markdown
Collaborator

Description

IT fails on 2.x branch (can't compile)

2023-05-25T18:49:40.0119575Z /home/runner/work/sql/sql/integ-test/src/test/java/org/opensearch/sql/legacy/OpenSearchSQLRestTestCase.java:36: error: package org.opensearch.core.internal.io does not exist
2023-05-25T18:49:40.0120005Z 
2023-05-25T18:49:40.0120688Z import org.opensearch.core.internal.io.IOUtils;

caused by opensearch-project/OpenSearch#7612
Fortunately, it is a simple fix.

on main it was fixed in scope of #1512, but this specific fix wasn't backported.

Issues Resolved

Fix CI on 2.x

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@codecov

codecov Bot commented May 25, 2023

Copy link
Copy Markdown

@MaxKsyunz MaxKsyunz merged commit c04dfb6 into opensearch-project:2.x May 25, 2023
@Yury-Fridlyand Yury-Fridlyand deleted the fix-IT-in-2.x branch May 25, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants