From: Andrew P. <at...@pi...> - 2017-08-14 18:17:13
|
On the NaviServer head, (on Ubuntu 16.04.2 LTS, Linux 4.4.0-31, x86_64), "make test" gives me the three errors below. Should I be worried about these? Are these known problems, or is something broken with my build? Thanks! ==== ns_cache-12.1 transaction rollback FAILED ---- Result was: content-length 3 content-length 4 1 1 2 2 3 k2 {k1 k2 k3 k4} 1 2 2 k1 1 ---- Result should have been (exact matching): 1 1 2 2 3 k2 {k1 k2 k3 k4} 1 2 2 k1 1 ==== ns_cache-12.1 FAILED ==== hotp-1 Test for HOTP based on testvector in Appendix D from RFC 4226 https://www.ietf.org/rfc/rfc4226.txt FAILED ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ==== hotp-1 FAILED ==== totp-1 Test for HOTP based on testvector from Appendix B of RFC 6238 https://tools.ietf.org/html/rfc6238 FAILED ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ==== totp-1 FAILED -- Andrew Piskorski <at...@pi...> |