All the tests that fail are testing file reloading, meaning the file is created 
at the beginning of the test and is modified at least once during the test.  
I've modified the test so that it doesn't use newFile.

Ralph

On Apr 17, 2012, at 4:02 AM, sebb wrote:

> On 17 April 2012 07:34, Ralph Goers <ralph.go...@dslextreme.com> wrote:
>> Gump is failing this because it is using the trunk version of junit 4.  
>> There was a "bug fix" that now causes TemporaryFile's newFile method to 
>> throw an exception if the file previously existed. Commons Config was 
>> perfectly happy with having the file previously exist.  So I either have to 
>> file a bug against their "fix" or we need to recode the tests to accommodate 
>> for this.
> 
> Seems to me that it is a config test bug if the temporary file exists.
> Either the test code should not be using newFile(), or it should use a
> different name, or the test code needs to ensure that other test cases
> don't leave crap behind.
> 
>> Ralph
>> 
>> On Apr 16, 2012, at 11:09 PM, Gump wrote:
>> 
>>> To whom it may engage...
>>> 
>>> This is an automated request, but not an unsolicited one. For
>>> more information please visit http://gump.apache.org/nagged.html,
>>> and/or contact the folk at gene...@gump.apache.org.
>>> 
>>> Project commons-configuration-test has an issue affecting its community 
>>> integration.
>>> This issue affects 1 projects,
>>> and has been outstanding for 12 runs.
>>> The current state of this project is 'Failed', with reason 'Build Failed'.
>>> For reference only, the following projects are affected by this:
>>>    - commons-configuration-test :  Apache Commons
>>> 
>>> 
>>> Full details are available at:
>>>    
>>> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/index.html
>>> 
>>> That said, some information snippets are provided here.
>>> 
>>> The following annotations (debug/informational/warning/error messages) were 
>>> provided:
>>> -WARNING- Overriding Maven settings: 
>>> [/srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml]
>>> -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
>>> /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml
>>> -INFO- Failed with reason build failed
>>> -DEBUG- Maven POM in: 
>>> /srv/gump/public/workspace/apache-commons/configuration/pom.xml
>>> -INFO- Project Reports in: 
>>> /srv/gump/public/workspace/apache-commons/configuration/target/surefire-reports
>>> 
>>> 
>>> 
>>> The following work was performed:
>>> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/gump_work/build_apache-commons_commons-configuration-test.html
>>> Work Name: build_apache-commons_commons-configuration-test (Type: Build)
>>> Work ended in a state of : Failed
>>> Elapsed: 1 min 46 secs
>>> Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
>>> /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml
>>>  test
>>> [Working Directory: /srv/gump/public/workspace/apache-commons/configuration]
>>> M2_HOME: /opt/maven2
>>> ---------------------------------------------
>>> Running 
>>> org.apache.commons.configuration.interpol.TestConfigurationInterpolator
>>> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
>>> Running org.apache.commons.configuration.interpol.TestEnvironmentLookup
>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
>>> Running org.apache.commons.configuration.interpol.TestExprLookup
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
>>> Running org.apache.commons.configuration.interpol.TestConstantLookup
>>> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
>>> Running org.apache.commons.configuration.TestPropertiesConfigurationLayout
>>> Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
>>> Running org.apache.commons.configuration.TestConfigurationConverter
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
>>> Running org.apache.commons.configuration.TestFileConfiguration
>>> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 sec
>>> Running org.apache.commons.configuration.TestPatternSubtreeConfiguration
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
>>> Running org.apache.commons.configuration.TestPropertyConverter
>>> Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
>>> Running org.apache.commons.configuration.TestConfigurationMap
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
>>> Running 
>>> org.apache.commons.configuration.reloading.TestManagedReloadingStrategy
>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>>> Running 
>>> org.apache.commons.configuration.reloading.TestVFSFileChangedReloadingStrategy
>>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.018 sec
>>> Running 
>>> org.apache.commons.configuration.reloading.TestFileChangedReloadingStrategy
>>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.028 sec
>>> 
>>> Results :
>>> 
>>> Tests in error:
>>>  testReloading(org.apache.commons.configuration.TestCombinedConfiguration): 
>>> a file with the name 'reload.xml' already exists in the test folder
>>>  
>>> testReloadWithSubNodeConfig(org.apache.commons.configuration.TestCombinedConfiguration):
>>>  a file with the name 'reload.xml' already exists in the test folder
>>>  
>>> testReloadingNestedCC(org.apache.commons.configuration.TestCombinedConfiguration):
>>>  a file with the name 'reload.xml' already exists in the test folder
>>>  
>>> testReloadingSubnodeConfig(org.apache.commons.configuration.TestCombinedConfiguration):
>>>  a file with the name 'reload.xml' already exists in the test folder
>>> 
>>> Tests run: 1595, Failures: 0, Errors: 4, Skipped: 0
>>> 
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD FAILURE
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [INFO] There are test failures.
>>> 
>>> Please refer to 
>>> /srv/gump/public/workspace/apache-commons/configuration/target/surefire-reports
>>>  for the individual test results.
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 1 minute 45 seconds
>>> [INFO] Finished at: Tue Apr 17 06:09:24 UTC 2012
>>> [INFO] Final Memory: 41M/99M
>>> [INFO] 
>>> ------------------------------------------------------------------------
>>> ---------------------------------------------
>>> 
>>> To subscribe to this information via syndicated feeds:
>>> - RSS: 
>>> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/rss.xml
>>> - Atom: 
>>> http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/atom.xml
>>> 
>>> ============================== Gump Tracking Only ===
>>> Produced by Apache Gump(TM) version 2.3.
>>> Gump Run 12000017042012, vmgump.apache.org:vmgump:12000017042012
>>> Gump E-mail Identifier (unique within run) #34.
>>> 
>>> --
>>> Apache Gump
>>> http://gump.apache.org/ [Instance: vmgump]
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to