You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing the tests in integration-tests/kafka-sasl-elytron, we end up with the following git status:
On branch main
Your branch and 'origin/main' have diverged,
and have 623 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/test/resources/client.keytab
modified: src/test/resources/kafkabroker.keytab
Resources committed to the Git repository shouldn't be modified by the tests, this needs fixing.
The text was updated successfully, but these errors were encountered:
When executing the tests in
integration-tests/kafka-sasl-elytron
, we end up with the followinggit status
:Resources committed to the Git repository shouldn't be modified by the tests, this needs fixing.
The text was updated successfully, but these errors were encountered: