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

Pull integrations integration test fixes to 2.x #1331

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

Swiddis
Copy link
Collaborator

@Swiddis Swiddis commented Jan 2, 2024

Description

Looks like fixes were lost in backporting, this PR copies them over. This fixes the integration tests action for integrations on the 2.x branch.

Issues Resolved

N/A

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.

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (9c15db0) 51.61% compared to head (1f8a5db) 51.59%.

Files Patch % Lines
...ents/integrations/components/setup_integration.tsx 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              2.x    #1331      +/-   ##
==========================================
- Coverage   51.61%   51.59%   -0.03%     
==========================================
  Files         305      305              
  Lines       10653    10659       +6     
  Branches     2790     2793       +3     
==========================================
  Hits         5499     5499              
- Misses       5108     5114       +6     
  Partials       46       46              
Flag Coverage Δ
dashboards-observability 51.59% <0.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@RyanL1997 RyanL1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Swiddis, thanks for taking this on. This is LGTM, btw since @mengweieric enabled the lint, I think we should also fix some of the lint errors for the test files.

@Swiddis Swiddis force-pushed the backport-cypress-fixes-2x branch from 9b23d6e to 1f8a5db Compare January 3, 2024 17:57
@Swiddis Swiddis requested a review from ps48 January 3, 2024 18:07
@Swiddis Swiddis merged commit 8edaf13 into opensearch-project:2.x Jan 4, 2024
9 of 18 checks passed
@Swiddis Swiddis deleted the backport-cypress-fixes-2x branch January 4, 2024 19:41
RyanL1997 pushed a commit to RyanL1997/dashboards-observability that referenced this pull request Apr 18, 2024
…rch-project#1332)

Signed-off-by: Peter Nied <[email protected]>
(cherry picked from commit a0394415cd0f3cefad39c4cac9f7c9d6c23a62d1)

Co-authored-by: Peter Nied <[email protected]>
amsiglan pushed a commit to amsiglan/dashboards-observability that referenced this pull request Jun 7, 2024
)

* Pull integration test fixes

Signed-off-by: Simeon Widdis <[email protected]>

* Fix lints for integrations.spec.js

Signed-off-by: Simeon Widdis <[email protected]>

* Fix lint errors for setup_integration.tsx

Signed-off-by: Simeon Widdis <[email protected]>

* Revert changes to .eslintrc.js

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
(cherry picked from commit 8edaf13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants