Verification steps:
1/ Build upte from the branch in PR (stop EAP if it running)
{code} ./gradlew assemble -Peap6UpsFromSource -Peap6RemoteUrl=http://path/to/eap {code}
2/ Copy WAR file to deployment directory
{code} cp aerogear-unifiedpush-server-integration-tests/tools/test-extension/server/build/libs/server.war $EAP_HOME/standalone/deployments {code}
3/ Start EAP (assuming you have UPS configured there already), you should see no errors
{code} $EAP_HOME/bin/standalone.sh --server-config=standalone-full.xml {code}
4/ Extract upte
{code} cd aerogear-unifiedpush-server-integration-tests/tools/test-extension/client/build/distributions/ unzip client.zip {code}
5/ Run upte (assuming that you are running at default address (http://localhost:8080), otherwise use --uri parameter. This has created 10 applications with 7 variants each and each of them 10000 installation. Took 13 minutes on my machine.
{code} cd client ./bin/client generate-data --applications 10 --categories 3 --installations 10000 --variant-type ANDROID --variant-distribution EQUAL --variants 7 --alias matzew {code}
Merge if you are able to reproduce [~mziccardi] [~jgallaso] ;-)
|
|