-
Notifications
You must be signed in to change notification settings - Fork 2
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
read and store return-progress output on a dedicated output file #670
Conversation
in relation to what discussed in oda-hub/mmoda-frontend-module#250 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #670 +/- ##
=======================================
Coverage 61.34% 61.34%
=======================================
Files 49 49
Lines 8731 8732 +1
=======================================
+ Hits 5356 5357 +1
Misses 3375 3375 ☔ View full report in Codecov by Sentry. |
With this, the idea is to write the outputs of the
In addition to that, the "main" job object won't be overwritten (that is the cause of the reset of the progress bar), and consequently the content of the |
tests on the nb2workflow plugin fail, but are addressed with oda-hub/dispatcher-plugin-nb2workflow#100 |
Can it be instead that return_progress just adds some information to query output, not creating an entirely new output structure? |
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.
Can it be instead that return_progress just adds some information to query output, not creating an entirely new output structure?
EDIT The query output of 'return-progress' is not in a separate file, and the previous behavior has been re-established. The only difference is that the job-monitor will not be overwritten, thus preventing the progress bar from being reset. |
the nb2workflow plugin is now failing in test for the ontology, any ideas why ? |
Here is a test adaptation oda-hub/dispatcher-plugin-nb2workflow#101 |
No description provided.