]
Ashley Abdel-Sayed reassigned WFLY-12447:
-----------------------------------------
Assignee: Ashley Abdel-Sayed
Testsuite deleting git managed files
------------------------------------
Key: WFLY-12447
URL:
https://issues.jboss.org/browse/WFLY-12447
Project: WildFly
Issue Type: Bug
Components: Security, Test Suite
Reporter: Darran Lofthouse
Assignee: Ashley Abdel-Sayed
Priority: Major
Fix For: 18.0.0.Beta1
After an allTests run the following is the status from git: -
{noformat}
$ git status
HEAD detached from 004c344b7d
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working
directory)
deleted: testsuite/integration/manualmode/keystores-workdir/client.crt
deleted: testsuite/integration/manualmode/keystores-workdir/client.keystore
deleted: testsuite/integration/manualmode/keystores-workdir/client.truststore
deleted: testsuite/integration/manualmode/keystores-workdir/server.crt
deleted: testsuite/integration/manualmode/keystores-workdir/server.keystore
deleted: testsuite/integration/manualmode/keystores-workdir/server.truststore
deleted: testsuite/integration/manualmode/keystores-workdir/untrusted.crt
deleted: testsuite/integration/manualmode/keystores-workdir/untrusted.keystore
no changes added to commit (use "git add" and/or "git commit -a")
{noformat}