Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FAQ

What the hosts, paths, etc, I should be aware of?

How do I setup a new branch?

In /etc/hiveptest/public/ you should create a file called branch-mr1.properties and branch-mr1.properties. Please copy trunk-mr1.properties or trunk-mr2.properties. The file should be updated accordingly.

How do I stop, start, restart, or fetch the latest code on the master?

No Format

$ sudo /home/hiveptest/bin/stop-server.sh 
$ sudo /home/hiveptest/bin/start-server.sh 
$ sudo /home/hiveptest/bin/restart-server.sh 
$ sudo /home/hiveptest/bin/update.sh 

Details

The ptest2 webservice runs on ec2-174-129-184-35.compute-1.amazonaws.com and builds are executed from there. When a build runs on apache jenkins it makes a webservice call to the master and then tails the log file of the test in progress. Committers can be granted access to this host by request, see HIVE-4739.

The master spins up ec2 instances, executes the tests, aggregates the results, and then waits for 30 minutes for further tests. Receiving none it will shutdown the slaves.TBD