[jboss-jira] [JBoss JIRA] (WFLY-9777) Test suite is leaving debris in git-trackable directories

David Lloyd (JIRA) issues at jboss.org
Thu Feb 8 12:46:00 EST 2018


David Lloyd created WFLY-9777:
---------------------------------

             Summary: Test suite is leaving debris in git-trackable directories
                 Key: WFLY-9777
                 URL: https://issues.jboss.org/browse/WFLY-9777
             Project: WildFly
          Issue Type: Bug
          Components: Test Suite
            Reporter: David Lloyd
            Priority: Critical


After a full test run, {{git status}} reports the following:

{noformat}
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	testsuite/integration/basic/user-transaction-access-test.jar
	testsuite/integration/elytron/boot.log
	testsuite/integration/elytron/boot.log.2018-02-05
	testsuite/integration/iiop/CosServices.cfg
	testsuite/integration/iiop/ObjectStore/
	testsuite/integration/ws/jaxws-samples-wsse-policy-trust-client.jar

no changes added to commit (use "git add" and/or "git commit -a")
{noformat}

This is highly problematic as it's just a matter of time before one of these files ends up getting committed by mistake.

Update the test suite to create temporary files in {{target}} directories only.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list