eBay / parallec

Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Apache License 2.0
805 stars 173 forks source link

sshWorkerFakeVmPasswordTest false positive; too strict on valid output #10

Closed jeffpeiyt closed 8 years ago

jeffpeiyt commented 9 years ago

Found by Lukasz

currently it is too strict on the expected oup; probably sometimes the error output is slightly different. you can rerun just this test, and then print the output, we will know the other error string.

https://github.com/eBay/parallec/blob/master/src/test/java/io/parallec/core/main/ssh/ParallelClientSshTest.java#L32

kryger commented 9 years ago

I'm glad I could help, even if unwittingly :)

jeffpeiyt commented 8 years ago

Cannot reproduce it in Travis CI or my local.. will reopen if needed