Skip to content

[feat] Add a new count aggregation for querying past results#3691

Open
sschmittgwdg wants to merge 3 commits into
reframe-hpc:developfrom
sschmittgwdg:feat_agg_count
Open

[feat] Add a new count aggregation for querying past results#3691
sschmittgwdg wants to merge 3 commits into
reframe-hpc:developfrom
sschmittgwdg:feat_agg_count

Conversation

@sschmittgwdg

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Sebastian Schmitt <sebastian.schmitt@gwdg.de>
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.97%. Comparing base (3ba0081) to head (4e6b07a).
⚠️ Report is 31 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3691   +/-   ##
========================================
  Coverage    91.96%   91.97%           
========================================
  Files           62       62           
  Lines        13773    13788   +15     
========================================
+ Hits         12666    12681   +15     
  Misses        1107     1107           

☔ View full report in Codecov by Harness.
📢 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.

@vkarak vkarak self-requested a review June 25, 2026 20:29
@vkarak vkarak added prio: normal enhancement reporting Issues related to reporting and processing the test results labels Jun 25, 2026
@vkarak vkarak moved this to Todo in ReFrame Backlog Jun 25, 2026
@vkarak vkarak added this to the ReFrame 4.11 milestone Jun 25, 2026
@vkarak vkarak changed the title Allow to count number of entries of an aggregation [feat] Allow to count number of entries of an aggregation Jul 7, 2026

@vkarak vkarak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We will also need to update the docs.

elif aggregator == 'p05':
assert agg['pval (p99)'][0] == 10
elif aggregator == 'count':
assert 'pval (count)' in agg.columns

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You will need to assert also the value here as with the other aggregations above.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks and done.

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in ReFrame Backlog Jul 7, 2026
@vkarak vkarak changed the title [feat] Allow to count number of entries of an aggregation [feat] New count aggregation for querying past results Jul 7, 2026
@vkarak vkarak changed the title [feat] New count aggregation for querying past results [feat] Add a new count aggregation for querying past results Jul 7, 2026
Signed-off-by: Sebastian Schmitt <sebastian.schmitt@gwdg.de>
@sschmittgwdg

Copy link
Copy Markdown
Contributor Author

I've added count to manpage.rst. Do you want to see it documented somewhere else in addition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement prio: normal reporting Issues related to reporting and processing the test results

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants