Created
January 7, 2011 14:31
-
-
Save sinkovsky/769511 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rebar eunit skip_deps=true | |
| ==> probix (eunit) | |
| Compiled src/probix_db_mongo.erl | |
| Compiled test/probix_http_tests.erl | |
| ======================== EUnit ======================== | |
| module 'probix_http' | |
| module 'probix_http_tests' | |
| probix_http_tests:67: generate_basic_rest_tests...[0.036 s] ok | |
| probix_http_tests:71: generate_basic_rest_tests...[0.040 s] ok | |
| probix_http_tests:75: generate_basic_rest_tests...[0.004 s] ok | |
| probix_http_tests:79: generate_basic_rest_tests...[0.001 s] ok | |
| probix_http_tests:83: generate_basic_rest_tests...[0.001 s] ok | |
| probix_http_tests:87: generate_basic_rest_tests...[0.003 s] ok | |
| probix_http_tests:91: generate_basic_rest_tests...[0.001 s] ok | |
| probix_http_tests:95: generate_basic_rest_tests...[0.001 s] ok | |
| probix_http_tests:99: generate_basic_rest_tests...[0.041 s] ok | |
| probix_http_tests:103: generate_basic_rest_tests...*failed* | |
| ::error:{assertMatch_failed, | |
| [{module,probix_http_tests}, | |
| {line,104}, | |
| {expression,"rest_req ( 'GET' , \"/series?from=1\" )"}, | |
| {expected,"{ 200 , _ }"}, | |
| {value,{400,<<>>}}]} | |
| in function probix_http_tests:'-generate_basic_rest_tests/1-fun-18-'/0 | |
| probix_http_tests:107: generate_basic_rest_tests...*failed* | |
| ::error:{assertMatch_failed, | |
| [{module,probix_http_tests}, | |
| {line,108}, | |
| {expression,"rest_req ( 'GET' , \"/series?to=3\" )"}, | |
| {expected,"{ 200 , _ }"}, | |
| {value,{400,<<>>}}]} | |
| in function probix_http_tests:'-generate_basic_rest_tests/1-fun-20-'/0 | |
| probix_http_tests:111: generate_basic_rest_tests...*failed* | |
| ::error:{assertMatch_failed, | |
| [{module,probix_http_tests}, | |
| {line,112}, | |
| {expression,"rest_req ( 'GET' , \"/series?from1&to=3\" )"}, | |
| {expected,"{ 200 , _ }"}, | |
| {value,{400,<<>>}}]} | |
| in function probix_http_tests:'-generate_basic_rest_tests/1-fun-22-'/0 | |
| probix_http_tests:143: generate_series_update_test...[0.003 s] ok | |
| probix_http_tests:147: generate_series_update_test...[0.042 s] ok | |
| probix_http_tests:151: generate_series_update_test...[0.001 s] ok | |
| probix_http_tests:155: generate_series_update_test...[0.001 s] ok | |
| probix_http_tests:159: generate_series_update_test...*failed* | |
| ::error:{badmatch,{error,socket_closed_remotely}} | |
| in function probix_http_tests:rest_req/2 | |
| in call from probix_http_tests:'-generate_series_update_test/1-fun-8-'/1 | |
| probix_http_tests:163: generate_series_update_test...[0.002 s] ok | |
| probix_http_tests:167: generate_series_update_test...[0.001 s] ok | |
| probix_http_tests:171: generate_series_update_test...[0.001 s] ok | |
| [done in 0.318 s] | |
| [done in 0.318 s] | |
| module 'probix_db_mnesia' | |
| module 'probix_format' | |
| module 'probix_format_tests' | |
| probix_format_tests:34: series_to_json_test_...[0.001 s] ok | |
| probix_format_tests:54: tick_transform_test_...ok | |
| probix_format_tests:55: tick_transform_test_...ok | |
| probix_format_tests:56: tick_transform_test_...ok | |
| [done in 0.024 s] | |
| [done in 0.024 s] | |
| module 'start_probix' | |
| module 'probix_app' | |
| module 'probix_util' | |
| module 'probix_console' | |
| module 'probix_series' | |
| module 'probix_series_tests' | |
| module 'test_suite' | |
| module 'probix_time' | |
| module 'probix_time_tests' | |
| probix_time_tests:11: from_iso8601_test_...ok | |
| probix_time_tests:15: from_iso8601_test_...ok | |
| probix_time_tests:19: from_iso8601_test_...ok | |
| probix_time_tests:23: from_iso8601_test_...ok | |
| probix_time_tests:34: from_iso8601_test_...ok | |
| probix_time_tests:46: from_iso8601_test_...ok | |
| probix_time_tests:59: from_iso8601_test_...ok | |
| probix_time_tests:63: from_iso8601_test_...ok | |
| probix_time_tests:71: from_datetime_test_...ok | |
| probix_time_tests:84: from_unix_epoch_test_...ok | |
| probix_time_tests:97: to_datetime_test_...ok | |
| probix_time_tests:110: to_unix_epoch_test_...ok | |
| probix_time_tests:122: to_tz_test_...ok | |
| probix_time_tests:139: to_tz_test_...ok | |
| [done in 0.041 s] | |
| [done in 0.041 s] | |
| module 'probix_sup' | |
| module 'probix_db_mongo' | |
| ======================================================= | |
| Failed: 4. Skipped: 0. Passed: 34. | |
| ERROR: One or more eunit tests failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment