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

Vine: Add IO test for function calls #3981

Merged

Conversation

tphung3
Copy link
Contributor

@tphung3 tphung3 commented Nov 14, 2024

Proposed Changes

This PR adds an IO test (input/output staging) for function calls.

Merge Checklist

The following items must be completed before PRs can be merged.
Check these off to verify you have completed all steps.

  • make test Run local tests prior to pushing.
  • make format Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
  • make lint Run lint on source code prior to pushing.
  • Manual Update: Update the manual to reflect user-visible changes.
  • Type Labels: Select a github label for the type: bugfix, enhancement, etc.
  • Product Labels: Select a github label for the product: TaskVine, Makeflow, etc.
  • PR RTM: Mark your PR as ready to merge.

@tphung3
Copy link
Contributor Author

tphung3 commented Nov 14, 2024

@btovar I added the IO test for function calls here and they seem to work as intended. Maybe we need a test where a function call should fail when a file isn't brought back?

Copy link
Member

@dthain dthain left a comment

Choose a reason for hiding this comment

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

I'll defer to Ben on this one.

@tphung3 tphung3 requested a review from btovar November 21, 2024 15:17
@btovar
Copy link
Member

btovar commented Nov 21, 2024

ready to merge?

@tphung3
Copy link
Contributor Author

tphung3 commented Nov 21, 2024

It's RTM.

@btovar btovar merged commit 96a03b1 into cooperative-computing-lab:master Nov 22, 2024
9 of 10 checks passed
btovar pushed a commit that referenced this pull request Dec 14, 2024
* add IO test for function calls

* add more checks

* change var name
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.

3 participants