List Icon
Mailing list Archive

2019 up to July 2022 | 20182017  |  2016  2015 2014 | 2013

The mailing list has been closed since July 2022, but continues to serve as an archive of information about QF-Test.
But if you want to stay informed about news about QF-Test, you can simply
Subscribe to Newsletter  

To get up-to-date information about each release - including minor releases - you can
subscribe to the RSS feed or follow us on social media.
Alternatively, QF-Test also provides release information itself.

Another source of information is our blog, where there are current articles on general topics, on the company QFS and also various "how-tos"
subscribe to blog


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] Running Maven Script in QF-Test > Failes Irregulary


  • Subject: [QF-Test] Running Maven Script in QF-Test > Failes Irregulary
  • From: Eichner Lukas VIB-AZ311 <Eichner.Lukas@?.de>
  • Date: Tue, 11 Aug 2015 16:02:41 +0200

Hi QF-Test-Experts,
 
in my GUI-Test it is necessary to run a maven script, which setups (or resets) a database.
 
I run the Maven-Script like this:
 
Start Process
Client: BuildDB
Executable: C:/Windows/System32/cmd.exe
Directory: $(builddb.directory)
Executable Parameters: /C "call mvn clean install"
 
In ~50% this Script-Execution works, but in ~50% the build failes.
If failed or not seems very random, mostly you just have to rerun the script (manually) and the build succeeds.
 
If I run the Script in the actual cmd (same command: mvn clean install) it works in 100% of the times, so I guess it’s a problem of QF-Test.
 
Does anyone know a solution for my problem, or had similar problems?
Or are there other (possibly better) ways to run a maven command?
 
Thank you & best regards
 
Lukas