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

Fix Test connection for data source #5958

Closed

Conversation

bandinib-amzn
Copy link
Member

Description

Due to missing customApiRegistry parameter, Test connection was broken in data source. This PR fixes that issue.

Issues Resolved

#5924

Screenshot

Screenshot 2024-02-26 at 2 25 34 PM

Testing the changes

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.00%. Comparing base (790c076) to head (61d2b8f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5958   +/-   ##
=======================================
  Coverage   67.00%   67.00%           
=======================================
  Files        3307     3307           
  Lines       63614    63614           
  Branches    10163    10163           
=======================================
+ Hits        42625    42627    +2     
+ Misses      18519    18518    -1     
+ Partials     2470     2469    -1     
Flag Coverage Δ
Linux_1 35.21% <ø> (ø)
Linux_2 55.09% <ø> (ø)
Linux_3 43.62% <ø> (+<0.01%) ⬆️
Linux_4 35.20% <ø> (ø)
Windows_1 35.24% <ø> (ø)
Windows_2 55.06% <ø> (ø)
Windows_3 43.63% <ø> (ø)
Windows_4 35.20% <ø> (ø)

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.

@Flyingliuhub
Copy link
Member

@bandinib-amzn do we need to backport 2.12 branch as well?

@bandinib-amzn
Copy link
Member Author

PR #5944 for the same issue has been raised 3 days before. Closing this as duplicate.

@bandinib-amzn bandinib-amzn deleted the test-connection branch February 27, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x multiple datasource multiple datasource project seasoned-contributor Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants