Re: [Cppcms-users] Getting ready to 1.0.5
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2014-10-22 11:21:57
|
No I didn't commit cppcms_run changes yet. Locale tests... they are just mostly tricky. If you use ICU most probably you wouldn't have any issues in reality. Can you send the full Testing/LatestTest.log under build directory? The rest are much more disturbing. There may be some problems with old libc & pthreads model or some non-standard stuff. May I just ask from curiosity why NetBSD? According to the changelog it looks like very outdated system. Only recently implemented TLS. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ From: Joerg Sonnenberger <jo...@br...> To: cpp...@li... Sent: Wednesday, October 22, 2014 12:31 PM Subject: Re: [Cppcms-users] Getting ready to 1.0.5 On Sun, Oct 19, 2014 at 01:32:13AM -0700, Artyom Beilis wrote: > - Net BSD with clang and libc++ The current list of failures is: wing tests FAILED: 3 - storage_test (Failed) 19 - internal_forwarder_test (OTHER_FAULT) 23 - http_timeouts_test_write (Failed) 24 - file_server_test (Failed) 25 - file_server_with_listing_test (Failed) 34 - cppcms_service_test (Failed) 46 - proto_test_async_fastcgi (Failed) 59 - test_thread_thread (Timeout) 75 - test_locale_codepage (Failed) 76 - test_locale_message (Failed) 89 - test_locale_std_formatting (Failed) 90 - test_locale_std_collate (Failed) 3 is the lack of process shared mutex. Might be better to mark it as skipped? 19 is somewhat nasty as it hang -- possibly related to redirecting output as it worked earlier when executed normally. 23: output from running manually: build# ./http_timeouts_test -c tests/proto_test.js "--service-api=http" "--service-port=8080" "--service-ip=127.0.0.1" "--http-timeout=5" "--logging-level=debug" --test-write=true --test-exec="/usr/pkg/bin/python2.7 tests/http_timeouts_test.py write" Write to the client timeout Tesing GET /async/long HTTP/1.0 with 0 reads SO_RCVBUF=32768 2014-10-22 10:09:31; cppcms_http, info: GET /async/long (http_api.cpp:251) Error File "tests/http_timeouts_test.py", line 72, in <module> test_unfinished_read('GET /async/long HTTP/1.0',0,0) File "tests/http_timeouts_test.py", line 65, in test_unfinished_read test(n < read_size * 16 or n < 1000000) File "tests/http_timeouts_test.py", line 16, in test traceback.print_stack() Statistics: sync_bad_count =0 async_bad_count =0 count_timeouts =0 above 15 =0 below 10 =0 eof =0 Failed 24: Failed to open filename:tests/file_server_test.js 25: same 34: not sure how to run? 46: not sure how to run? 59: hangs in "Test recursive_shared_mutex recursive shared lock" 75: charset translation fails, haven't checked why 76: not checked 89: 10% of test cases fail, likely minor output differences 90: expected, missing libc support in NetBSD The bashism patches for bin/cppcms_run are still present? Joerg ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |