Skip to content

Display sbatch output#140

Merged
abhidg merged 2 commits intomainfrom
137-sbatch-output
May 24, 2025
Merged

Display sbatch output#140
abhidg merged 2 commits intomainfrom
137-sbatch-output

Conversation

@colinsauze
Copy link
Member

Fixes issue #137 and displays the output of sbatch (e.g. "Submitted batch job 127").

It turns out that at displays the job number/status via stderr and that is what was causing it to appear on screen. Sbatch uses stdout, so this code captures and displays that output.

@colinsauze colinsauze requested a review from abhidg May 12, 2025 14:23
@codecov
Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.48%. Comparing base (7c12384) to head (33f499c).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   87.46%   87.48%   +0.01%     
==========================================
  Files          13       13              
  Lines         630      631       +1     
==========================================
+ Hits          551      552       +1     
  Misses         79       79              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@abhidg abhidg left a comment

Choose a reason for hiding this comment

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

Looks good!

@abhidg abhidg merged commit 0eb9ffc into main May 24, 2025
9 checks passed
@andreww andreww deleted the 137-sbatch-output branch June 24, 2025 15:06
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.

2 participants