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

Implement job and tool stdio separation #318

Merged
merged 10 commits into from Apr 11, 2023

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Apr 6, 2023

and always set up job i/o redirection on the pulsar side. Since pulsar stdio is broken prior to this on 23.0 this is maybe a good time to make the switch. Seems like this detail should be controlled on pulsar, not Galaxy.

mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Apr 6, 2023
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Apr 6, 2023
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Apr 6, 2023
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Apr 6, 2023
mvdbeek added a commit to mvdbeek/galaxy that referenced this pull request Apr 6, 2023
@mvdbeek
Copy link
Member Author

mvdbeek commented Apr 6, 2023

hmm, 20 new test errors for the framework tests against the master branch (22.05). I guess that was to be expected, but it's no good that dev seem to time out on the parallelism tests

@jmchilton
Copy link
Member

Feel free to just increase that complexity threshold if it is a complex thing to "fix".

@mvdbeek mvdbeek force-pushed the fix_stdout_stderr branch 6 times, most recently from 3993072 to 19daf80 Compare April 9, 2023 08:51
@mvdbeek mvdbeek mentioned this pull request Apr 9, 2023
@mvdbeek
Copy link
Member Author

mvdbeek commented Apr 10, 2023

Alright, the directory metadata variant framework tests pass completely! And the extended metadata tests seem to just have an issue with the stdio redirection.

and always set up job i/o redirection on the pulsar side.
Since pulsar stdio is broken prior to this on 23.0 this is maybe
a good time to make the switch. Seems like this detail should be
controlled on pulsar, not Galaxy.
This will write to metadata/memory_statement.log, instead of the working
directory. Fixes a bunch of tests that use metadata collection.
@mvdbeek
Copy link
Member Author

mvdbeek commented Apr 10, 2023

I've deployed this as https://pypi.org/project/pulsar-galaxy-lib/0.15.0.dev2/ for testing on the Galaxy side (galaxyproject/galaxy#15915)

@mvdbeek mvdbeek merged commit 829006b into galaxyproject:master Apr 11, 2023
17 of 19 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