Skip to content

Make tests pass while prod catalog is down #53

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

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Make tests pass while prod catalog is down #53

merged 1 commit into from
Mar 17, 2025

Conversation

MrCreosote
Copy link
Member

@MrCreosote MrCreosote commented Mar 14, 2025

Catalog just came up as I was running the test suite for the final time, but I'm pretty sure I caught everything.

Fixes #50

Catalog just came up as I was running the test suite for the final time,
but I'm pretty sure I caught everything.
@MrCreosote MrCreosote requested a review from briehl March 14, 2025 21:56
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 65.96%. Comparing base (88bc5d2) to head (9027203).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...a/us/kbase/mobu/initializer/ModuleInitializer.java 62.50% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #53      +/-   ##
============================================
- Coverage     66.70%   65.96%   -0.75%     
+ Complexity     1455     1438      -17     
============================================
  Files            75       75              
  Lines          7017     7020       +3     
  Branches       1317     1318       +1     
============================================
- Hits           4681     4631      -50     
- Misses         1851     1896      +45     
- Partials        485      493       +8     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@briehl briehl left a comment

Choose a reason for hiding this comment

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

Seems straightforward enough.

initer.initialize(useExample);
Assert.assertTrue(examineModule(SIMPLE_MODULE_NAME, useExample, lang));
}

@Test
public void testRModuleExample() throws Exception {
Copy link
Member

Choose a reason for hiding this comment

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

Ha, I forgot all about supporting R in the SDK.

Copy link
Member Author

Choose a reason for hiding this comment

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

It was pretty half baked, no auth support for example

@MrCreosote MrCreosote merged commit 5ab1145 into main Mar 17, 2025
9 of 12 checks passed
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.

Tests require prod/appdev catalog to run
2 participants