Skip to content
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

t1029: remove brackets from grep tests #433

Merged
merged 1 commit into from Mar 20, 2024

Conversation

cmoussa1
Copy link
Member

was working on re-implementing project support in the plugin and noticed this commit that could be broken off

Problem

The priority jobtap plugin will soon support jobspec-updates of both banks and projects, and the jobspec-update event in the eventlog holds both of these updates on one line, which breaks the assumption in t1029-mf-priority-default-bank.t that the jobspec-update of a user's default bank will be surrounded by brackets {}.


Remove the outer brackets from the tests in t1029-mf-priority-default-bank.t that grep for a certain bank.

Problem: The priority jobtap plugin will soon support jobspec-updates of
both banks and projects, and the "jobspec-update" event in the eventlog
holds both of these updates on one line, which breaks the assumption in
t1029-mf-priority-default-bank.t that the jobspec-update of a user's
default bank will be surrounded by brackets {}.

Remove the outer brackets from the tests in
t1029-mf-priority-default-bank.t that grep for a certain bank.
@cmoussa1 cmoussa1 added improvement Upgrades to an already existing feature testing issues that deal with testing labels Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

Merging #433 (2f157b8) into master (b8d960c) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #433   +/-   ##
=======================================
  Coverage   83.39%   83.39%           
=======================================
  Files          23       23           
  Lines        1457     1457           
=======================================
  Hits         1215     1215           
  Misses        242      242           

Copy link
Member

@jameshcorbett jameshcorbett left a comment

Choose a reason for hiding this comment

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

👍

@cmoussa1
Copy link
Member Author

thanks! setting MWP

@mergify mergify bot merged commit 3864ed5 into flux-framework:master Mar 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Upgrades to an already existing feature merge-when-passing testing issues that deal with testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants