Skip to content

Fix iteration counter reset for AESCCM parameterized tests - #1714

Closed
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:java26from
Mohit-Rajbhar100698:backport/java26/fix/reset-aes-iteration-counter
Closed

Fix iteration counter reset for AESCCM parameterized tests#1714
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:java26from
Mohit-Rajbhar100698:backport/java26/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.

Back-ported from: #1689
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>
@Mohit-Rajbhar100698

Copy link
Copy Markdown
Collaborator Author

No need to update the changes for this version, so I'm closing this PR.

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.

1 participant