I'm in the process of transitioning the Eclipse project build to run on Hudson. We run 64,000 JUnit tests on Windows, Linux and Mac each build. For Linux and Mac, we use the Xvnc plugin for ui tests. The Xvnc binaries on the Mac are in a different location than they are on Linux. However, there isn't an option on the Hudson master to specify a different location for the binaries on different slaves. Has anyone else overcome this problem? How do you run UI tests on a Mac Hudson slave?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Okay so it's lame to answer your own question, but I hope this can avoid some pain for people running Mac Hudson slaves. We installed http://sourceforge.net/projects/osxvnc/ as the vnc daemon on the Mac Hudson slave. Specifying different vnc binary paths on a per slave basis is an known limitation of hudson. You can only specify one in the master's configuration. If you make a soft link on the mac slave from /Library/StartupItems/OSXvnc/OSXvnc-server to the name of the vnc binary that the master hudson is configured to expect, Xvnc starts on the Mac slave. And our UI tests run successfully. |
|||
|
|