Skip to content

Fix iteration counter reset for AESCCM parameterized tests - #1689

Open
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:mainfrom
Mohit-Rajbhar100698:fix/reset-aes-iteration-counter
Open

Fix iteration counter reset for AESCCM parameterized tests#1689
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:mainfrom
Mohit-Rajbhar100698:fix/reset-aes-iteration-counter

Conversation

@Mohit-Rajbhar100698

Copy link
Copy Markdown
Collaborator

The iteration counter was shared across parameterized test runs, causing subsequent provider executions to skip the test loop. Reset the counter before each parameterized execution and update debug logs.

Changes:

  • Reset the iteration counter in TestAESCCM.java and TestAESCCM2.java during test setup for each parameterized execution.
  • Update debug logs.

Signed-off-by: Mohit Rajbhar mohit.rajbhar@ibm.com

The iteration counter was shared across parameterized test runs,
causing subsequent provider executions to skip the test loop.
Reset the counter before each parameterized execution and update
debug logs.

Changes:
- Reset the iteration counter in TestAESCCM.java and
  TestAESCCM2.java during test setup for each parameterized
  execution.
- Update debug logs.

Signed-off-by: Mohit Rajbhar <mohit.rajbhar@ibm.com>

@jasonkatonica jasonkatonica left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

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.

3 participants