Fix a few issues found by running stressProof with PROOF-Lite:
- Order query results using TQueryResult::fStartTime instead of TQueryResult::fEndTime
(which is undefined at the beginning)
- Fix the hostname for submergers in PROOF-Lite
- Fix behaviour when submergers cannot open the required sockets (output was not
always sent ot the master)
- Fix several typos / wrong method name / wrong protocol name
- Update info about test numbers in stressProof
|