Ticket #136 (new defect)
Opened 2 years ago
Last modified 2 years ago
Sometimes ssh2 test fails on Solaris 8 Sparc
| Reported by: | dmichelsen | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | tests | Version: | 1.2.4 |
| Keywords: | Cc: | dmichelsen, jas4711 | |
| Blocked By: | Blocks: |
Description
Sometimes the ssh2 test failes on Solaris 8 Sparc w/Sun Studio 11:
gmake[4]: Entering directory `/home/dam/mgar/pkg/libssh2/trunk/work/solaris8-sparc/build-isa-sparcv8/libssh2-1.2.4/tests'
PASS: simple
Fingerprint: 86 AD B2 21 33 60 65 3D 9A 29 86 DE 22 99 DA 18 CC BA D3 AC
Authentication methods: publickey,password,keyboard-interactive
Authentication by public key succeeded.
CFAIL: ssh2.sh
===========================================
1 of 2 tests failed
Please report to libssh2-devel@…
===========================================
gmake[4]: * [check-TESTS] Error 1
Change History
comment:1 Changed 2 years ago by jas4711
comment:2 Changed 2 years ago by sunjith
Still fails with 10 seconds for sleep value in tests/ssh2.sh
Tested on FreeBSD 6.3-RELEASE-p6 and 7.2-RELEASE
comment:3 Changed 2 years ago by stuge
- Component changed from misc to tests
- Version set to 1.2.4

Hi. What does "sometimes" mean? Does it happen on first attempt only (indicating a too small delay value), or does it happen on average every 1/128th time (indicating a cryptographic bit problem)?
Anyway, could you try and increase the sleep value in 'tests/ssh2.sh' from 3 seconds to, say, 10 seconds and re-run the tests?
/Simon