Skip to content

Conversation

@UeliDeSchwert
Copy link
Contributor

The oarstat regular expression now supports id: XXX as well as Job_Id: XXX, thereby supporting all possible values of $OAR_OARSTAT_OUTPUT_FORMAT (1, 2 and 3).

Additionally, the link to the oarstat source is updated.

Fixes #2944

UeliDeSchwert and others added 2 commits July 4, 2023 14:29
… available formats

The RegEx now supports `id: XXX` as well as `Job_Id: XXX`.
Additionally, the link to the oarstat source is updated.
@jenkins-cscs
Copy link
Collaborator

Can I test this patch?

@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (cee67de) 87.35% compared to head (1fa9aaa) 87.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2946   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files          60       60           
  Lines       11676    11676           
=======================================
  Hits        10199    10199           
  Misses       1477     1477           
Impacted Files Coverage Δ
reframe/core/schedulers/oar.py 39.56% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vkarak vkarak merged commit 41d4ac2 into reframe-hpc:master Jul 4, 2023
@UeliDeSchwert UeliDeSchwert deleted the fix-2944-oarstat branch July 10, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

When using OAR, depending on the configuration of the oarstat output format, ReFrame might mark tests as finished too early

3 participants