Archiv für März, 2010

Circuit-Breaker for Scala

I posted my Scala Implementation of the Circuit Breaker state machine mentioned in the book Release It at github. I used the GoF State Machine pattern (like Ken DeLong), implemented it in Scala and added some factory stuff. Use it like this ?View Code SCALA1 2 3 4 5 6 7 8 9 10 11 [...]

,

Keine Kommentare

QFTest Scripting, VMWare and Hudson Part II

This is the follow up to QFTest Scripting, VMWare and Hudson. Main entry target uitest finds all the checked out QF test projects: executeUITest iterates over all .qft files: qftest executes the bash script posted in part I and verifies the test result. verifyTestResults checks wether the test has found errors or not.

, ,

Keine Kommentare

QFTest Scripting, VMWare and Hudson

We had already a running Hudson build server. The jobs running on it where mainly build, deploy and test scrips “written” in ant. The compiled binaries and some installation scripts where moved (using SCP) to a server VMWare image (the script installed a new database, created a new db schema etc.). Each build ends with [...]

, ,

Keine Kommentare