eventTestPhaseStart = { args ->
//Add the required ZooKeeper auth system properties so that tests will pass!
System.setProperty('java.security.auth.login.config', "${System.getProperty('user.dir')}/test/unit/jaas_test.config")
System.setProperty('zookeeper.authProvider.1', 'org.apache.zookeeper.server.auth.SASLAuthenticationProvider')
grailsConsole.addStatus "Running tests with the following system properties:"
grailsConsole.addStatus "${System.getProperties()}"
}