The test suite currently suffers from several heisenbugs. In an effort to squash these, and make life easier for future wranglers, here is what I know about them:

* SOAP failure because of access to free memory in abortTran (#310) FIXED!

* job-vmu-network fails because the job inside the vm tries to communicate by writing to the virtual floppy. For some unknown reason, only part of this write is seen by the outside work, though it succeeds inside. (#45)

* job_core_timedeferral_local fails on windows. FIXED. condor_tests use perl's Net::Domain::hostfqdn() function to get the fdhn. The hosts file on windows was hosed, returning the wrong name, so the collector started on the default port. This was fine until multiple test slots on the same machine ran.