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

Feature: EMR Serverless job runs #7671

Merged
merged 19 commits into from May 11, 2024
Merged

Feature: EMR Serverless job runs #7671

merged 19 commits into from May 11, 2024

Conversation

kgmcquate
Copy link
Sponsor Contributor

The existing EMR Serverless implementation has Applications implemented, but not Job Runs on those Applications. This PR adds those.

There are also some minor changes, like typos or copy/paste mistakes.

@kgmcquate kgmcquate marked this pull request as ready for review May 6, 2024 02:57
@@ -706,27 +706,37 @@

## bedrock
<details>
<summary>65% implemented</summary>
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

These implementation coverage reports were all updated by the implementation_coverage.py script.

@@ -6,9 +6,9 @@
class ResourceNotFoundException(JsonRESTError):
code = 400

def __init__(self, resource: str):
def __init__(self, resource: str, resource_type: str = "Application"):
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

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

Added for compatibility with JobRun resources

@kgmcquate
Copy link
Sponsor Contributor Author

Working on getting the CI pipeline passing. There are a few more checks than I realized.

@kgmcquate
Copy link
Sponsor Contributor Author

Ok, all CI tests are passing now

Copy link

codecov bot commented May 8, 2024

Codecov Report

Attention: Patch coverage is 98.24561% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.32%. Comparing base (9093b78) to head (2f898f4).
Report is 22 commits behind head on master.

Files Patch % Lines
moto/emrserverless/models.py 97.46% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7671      +/-   ##
==========================================
+ Coverage   94.29%   94.32%   +0.02%     
==========================================
  Files        1086     1087       +1     
  Lines       92356    92669     +313     
==========================================
+ Hits        87090    87412     +322     
+ Misses       5266     5257       -9     
Flag Coverage Δ
servertests 29.41% <19.29%> (-0.06%) ⬇️
unittests 94.29% <98.24%> (+0.02%) ⬆️

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

@bblommers bblommers left a comment

Choose a reason for hiding this comment

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

LGTM - thank you so much for contributing to Moto @kgmcquate!

@bblommers bblommers added this to the 5.0.7 milestone May 11, 2024
@bblommers bblommers merged commit 40d78ff into getmoto:master May 11, 2024
40 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.

None yet

2 participants