unito-bot
unito-bot
➤ Charles Overbeck commented: Are we still displaying the version info at the wrong time?
➤ Charles Overbeck commented: For 1.16, at least determine if the version is being displayed at the wrong time. There are other bugs on this in the past, look for...
➤ Charles Overbeck commented: Check logs and if it’s frequent, address in 1.16, otherwise hold off.
➤ Melaina Legaspi commented: Charles Overbeck : “Since it’s CLI only, we could push back to 1.13.“
➤ Nayeon Hyun commented: This issue doesn’t seem to be caused by the null image id. As the previous comment suggests, the image id is ignored from this PR: https://github.com/dockstore/dockstore/pull/4810...
➤ Denis Yuen commented: Think we can wait for a CLI issue
➤ Charles Overbeck commented: Note: this was merged to hotfix branch and needs to be verified in staging or prod after the next deploy there, the deploy after 1.15.2.
➤ Flynn Hembroff commented: I don’t know if this is relevant, but do we want to look at running in parallel? Since it’s running at night I imagine it’s not...
➤ Charles Overbeck commented: Smoke tests are run nightly against develop
➤ stxue commented: I think it is because of this line: https://github.com/DataBiosphere/toil/blob/017f3e1a7441a30ccdd8fc32810322ea8d2f70af/src/toil/batchSystems/singleMachine.py#L488 ( https://github.com/DataBiosphere/toil/blob/017f3e1a7441a30ccdd8fc32810322ea8d2f70af/src/toil/batchSystems/singleMachine.py#L488 ) It looks like the job is always reported as successful in debugWorker mode, so the...