-
Notifications
You must be signed in to change notification settings - Fork 671
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
Add new sandbox-bundled-offloaded-functional-tests
for offloading literals unit test
#6111
Conversation
Signed-off-by: Mecoli1219 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6111 +/- ##
=======================================
Coverage 37.00% 37.01%
=======================================
Files 1318 1318
Lines 132519 132519
=======================================
+ Hits 49040 49046 +6
+ Misses 79235 79229 -6
Partials 4244 4244
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
Signed-off-by: Mecoli1219 <[email protected]>
sandbox-bundled-offloaded-functional-tests
for offloading literals unit testsandbox-bundled-offloaded-functional-tests
for offloading literals unit test
Signed-off-by: Mecoli1219 <[email protected]>
sandbox-bundled-offloaded-functional-tests
for offloading literals unit testsandbox-bundled-offloaded-functional-tests
for offloading literals unit test
@pmahindrakar-oss this PR is ready to be reviewed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! cc @eapolinario
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Signed-off-by: Eduardo Apolinario <[email protected]>
Why are the changes needed?
Currently, there seems to be no CI test covering the end-to-end offloaded test at the
flyte
repo. This PR create one.What changes were proposed in this pull request?
Copy the
sandbox-bundled-functional-test
, and add new propeller parameters in the flyteconfig.yaml
file. By setting themin-size-in-mb-for-offloading
to be0.000001
(aka. 1e-6MB = 1B), almost all the output of the task should be offloaded.How was this patch tested?
I first run a local cluster with the updated config file, and test the flytesnacks advanced_composition examples to make sure it will actually offload the literal.
For the real CI test, I'll have to rely on the CI for this PR.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link