List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie aber über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren
Newsletter abonnieren

Um aktuell die Informationen zu jeder Release - auch Minor Releases - zu bekommen, können Sie den
RSS-Feed abonnieren oder uns in sozialen Medien folgen.
Alternativ bietet QF-Test auch selbst eine Versionsinformation an.

Eine weitere Informationsquelle ist unser Blog, in dem es aktuelle Beiträge zu allgemeinen Themen, zur Firma QFS und auch diverse "How-Tos" gibt:
Blog abonnieren


[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