[
https://issues.apache.org/jira/browse/QPID-3513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117369#comment-13117369
]
Keith Wall commented on QPID-3513:
----------------------------------
Hi Robbie,
As discussed.. I resolved the licence typo. The cpp broker was using an area
beneath build/scratch/data rather than the build/work. It seemed better to
standardise on build/work so both Cpp and Java Brokers utilise the same
directory and QpidBrokerTestCase can be agnostic.
I've committed the change.
> Avoid use of shell script clean-dir during test cycle
> -----------------------------------------------------
>
> Key: QPID-3513
> URL: https://issues.apache.org/jira/browse/QPID-3513
> Project: Qpid
> Issue Type: Improvement
> Components: Java Tests
> Reporter: Keith Wall
> Assignee: Keith Wall
> Fix For: 0.13
>
> Attachments:
> 0001-QPID-3513-Avoid-use-of-shell-script-clean-dir-during.patch
>
>
> Current the test harness provided by QpidBrokerTestCase utilises a UNIX shell
> script clean-dir to clean the broker's work
> directory. This approach is less than ideal: spawning a separate process is
> relativity slow and this delays the test cycle, it presents
> a barrier to running the test suite on Windows, and the approach is very
> sensitive to spaces within directory names (something that is preventing our
> use of Jenkins' matrix feature).
> This change will remove the use of the shellscript and replace with the
> existing FileUtils.delete utility method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]