Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis-related test failures #120

Closed
Arfrever opened this issue Oct 1, 2011 · 0 comments
Closed

redis-related test failures #120

Arfrever opened this issue Oct 1, 2011 · 0 comments

Comments

@Arfrever
Copy link

Arfrever commented Oct 1, 2011

All redis-related tests fail. redis is installed, but it doesn't mean that it is running. I suggest that test suite automatically run redis or that redis-related tests are skipped.

$ python2.7 setup.py test
running test
running egg_info
writing Werkzeug.egg-info/PKG-INFO
writing top-level names to Werkzeug.egg-info/top_level.txt
writing dependency_links to Werkzeug.egg-info/dependency_links.txt
reading manifest file 'Werkzeug.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'werkzeug/debug/templates'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
writing manifest file 'Werkzeug.egg-info/SOURCES.txt'
running build_ext
test_exposed_werkzeug_mod (werkzeug.testsuite.compat.CompatTestCase) ... ok
test_fix_headers_in_response (werkzeug.testsuite.compat.CompatTestCase) ... ok
test_old_imports (werkzeug.testsuite.compat.CompatTestCase) ... ok
test_get_dict (werkzeug.testsuite.contrib.cache.SimpleCacheTestCase) ... ok
test_set_many (werkzeug.testsuite.contrib.cache.SimpleCacheTestCase) ... ok
test_filesystemcache_clear (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok
test_filesystemcache_prune (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok
test_set_get (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok
test_add (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_compat (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_delete (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_delete_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_expire (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_get_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_get_set (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_inc_dec (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_set_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase) ... ERROR
ERROR
test_header_rewriter_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase)
Test the HeaderRewriterFix fixer ... ok
test_lighttpd_cgi_root_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok
test_path_info_from_request_uri_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok
test_proxy_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase)
Test the ProxyFix fixer ... ok
test_proxy_fix_weird_enum (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok
test_ie_fixes (werkzeug.testsuite.contrib.fixers.BrowserFixerTestCase) ... ok
test_basic (werkzeug.testsuite.contrib.iterio.IterOTestSuite) ... ok
test_basic (werkzeug.testsuite.contrib.iterio.IterITestSuite) ... ok
test_basic_support (werkzeug.testsuite.contrib.securecookie.SecureCookieTestCase) ... ok
test_wrapper_support (werkzeug.testsuite.contrib.securecookie.SecureCookieTestCase) ... ok
test_basic_fs_sessions (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok
test_default_tempdir (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok
test_fs_session_lising (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok
test_renewing_fs_session (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok
test_dynamic_charset_request_mixin (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok
test_dynamic_charset_response_mixin (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok
test_reverse_slash_behavior (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok
test_iter_interfaces (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok
test_multidict_pop (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok
test_pickle (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok
test_setlistdefault (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok
test_ordered_interface (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok
test_pickle (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.CombinedMultiDictTestCase) ... ok
test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok
test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok
test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok
test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok
test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok
test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok
test_multidict_is_hashable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok
test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok
test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok
test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok
test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok
test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok
test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok
test_ordered_multidict_is_hashable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_copying (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_defaults_and_conversion (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_popping (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_reject_newlines (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_set_arguments (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.EnvironHeadersTestCase) ... ok
test_basic_interface (werkzeug.testsuite.datastructures.HeaderSetTestCase) ... ok
test_basic_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_broken_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_custom_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_list_subclass_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_mapping_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_recursive_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_regex_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_sequence_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_set_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok
test_debug_dump (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok
test_debug_help (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok
test_object_dumping (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok
test_aborter (werkzeug.testsuite.exceptions.ExceptionsTestCase)
Exception aborter ... ok
test_exception_repr (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok
test_proxy_exception (werkzeug.testsuite.exceptions.ExceptionsTestCase)
Proxy exceptions ... ok
test_special_exceptions (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok
test_large_file (werkzeug.testsuite.formparser.FormParserTestCase)
Test a largish file. ... ok
test_limiting (werkzeug.testsuite.formparser.FormParserTestCase)
Test the limiting features ... ok
test_parse_form_data_get_without_content (werkzeug.testsuite.formparser.FormParserTestCase)
GET requests without data, content type and length returns no data ... ok
test_parse_form_data_put_without_content (werkzeug.testsuite.formparser.FormParserTestCase)
A PUT without a Content-Type header returns empty data ... ok
test_bad_newline_bad_newline_assumption (werkzeug.testsuite.formparser.MultiPartTestCase)
Make sure we don't eat up stuff that is not a newline ... ok
test_basic (werkzeug.testsuite.formparser.MultiPartTestCase)
Tests multipart parsing against data collected from webbrowsers ... ok
test_broken (werkzeug.testsuite.formparser.MultiPartTestCase)
Broken multipart does not break the applicaiton ... ok
test_end_of_file (werkzeug.testsuite.formparser.MultiPartTestCase)
Test for multipart files ending unexpectedly ... ok
test_extra_newline (werkzeug.testsuite.formparser.MultiPartTestCase)
Test for multipart uploads with extra newlines ... ok
test_failures (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok
test_file_no_content_type (werkzeug.testsuite.formparser.MultiPartTestCase)
Chrome does not always provide a content type. ... ok
test_headers (werkzeug.testsuite.formparser.MultiPartTestCase)
Test access to multipart headers ... ok
test_ie7_unc_path (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok
test_nonstandard_line_endings (werkzeug.testsuite.formparser.MultiPartTestCase)
Test nonstandard line endings of multipart form data ... ok
test_find_terminator (werkzeug.testsuite.formparser.InternalFunctionsTestCase) ... ok
test_lien_parser (werkzeug.testsuite.formparser.InternalFunctionsTestCase) ... ok
test_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_accept_matches (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_authorization_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_cache_control_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_charset_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_cookie_quoting (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_cookies (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_date_formatting (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_dict_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_dump_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_dump_options_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_etags (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_is_resource_modified (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_language_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_list_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_mime_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_parse_date (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_parse_date_overflows (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_parse_options_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_remove_entity_headers (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_remove_hop_by_hop_headers (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_set_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_www_authenticate_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok
test_best_match_works (werkzeug.testsuite.http.RegressionTestCase) ... ok
test_date_to_unix (werkzeug.testsuite.internal.InternalTestCase) ... ok
test_easteregg (werkzeug.testsuite.internal.InternalTestCase) ... ok
test_wrapper_internals (werkzeug.testsuite.internal.InternalTestCase) ... ok
test_basic_local (werkzeug.testsuite.local.LocalTestCase) ... ok
test_custom_idents (werkzeug.testsuite.local.LocalTestCase) ... ok
test_local_proxies_with_callables (werkzeug.testsuite.local.LocalTestCase) ... ok
test_local_proxy (werkzeug.testsuite.local.LocalTestCase) ... ok
test_local_release (werkzeug.testsuite.local.LocalTestCase) ... ok
test_local_stack (werkzeug.testsuite.local.LocalTestCase) ... ok
test_adapter_match_return_rule (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_adapter_url_parameter_sorting (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_alias_redirects (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_allowed_methods_querying (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_basic_building (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_basic_routing (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_build_append_unknown (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_complex_routing_rules (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_converter_parser (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_default_converters (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_dispatch (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_double_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_environ_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_external_building_with_port (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_external_building_with_port_bind_to_environ (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_external_building_with_port_bind_to_environ_wrong_servername (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_greedy (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_host_matching (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_http_host_before_server_name (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_implicit_head (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_method_fallback (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_path (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_protocol_joining_bug (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_request_direct_charset_bug (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_request_redirect_default (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_request_redirect_default_subdomain (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_rule_emptying (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_rule_templates (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_server_name_casing (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_server_name_interpolation (werkzeug.testsuite.routing.RoutingTestCase) ... ok
test_password_hashing (werkzeug.testsuite.security.SecurityTestCase)
Test the password hashing and password hash checking ... ok
test_safe_join (werkzeug.testsuite.security.SecurityTestCase)
Test the safe joining helper ... ok
test_broken_app (werkzeug.testsuite.serving.ServingTestCase) ... ok
test_serving (werkzeug.testsuite.serving.ServingTestCase) ... ok
test_cookie_for_different_path (werkzeug.testsuite.test.TestTestCase) ... ok
test_cookie_forging (werkzeug.testsuite.test.TestTestCase) ... ok
test_cookiejar_stores_cookie (werkzeug.testsuite.test.TestTestCase) ... ok
test_create_environ (werkzeug.testsuite.test.TestTestCase) ... ok
test_disable_cookies (werkzeug.testsuite.test.TestTestCase) ... ok
test_environ_builder_basics (werkzeug.testsuite.test.TestTestCase) ... ok
test_environ_builder_content_type (werkzeug.testsuite.test.TestTestCase) ... ok
test_environ_builder_headers (werkzeug.testsuite.test.TestTestCase) ... ok
test_environ_builder_paths (werkzeug.testsuite.test.TestTestCase) ... ok
test_environ_builder_stream_switch (werkzeug.testsuite.test.TestTestCase) ... ok
test_file_closing (werkzeug.testsuite.test.TestTestCase) ... ok
test_follow_external_redirect (werkzeug.testsuite.test.TestTestCase) ... ok
test_follow_external_redirect_on_same_subdomain (werkzeug.testsuite.test.TestTestCase) ... ok
test_follow_redirect (werkzeug.testsuite.test.TestTestCase) ... ok
test_follow_redirect_loop (werkzeug.testsuite.test.TestTestCase) ... ok
test_follow_redirect_with_post (werkzeug.testsuite.test.TestTestCase) ... ok
test_iri_support (werkzeug.testsuite.test.TestTestCase) ... ok
test_multi_value_submit (werkzeug.testsuite.test.TestTestCase) ... ok
test_multiple_cookies (werkzeug.testsuite.test.TestTestCase) ... ok
test_no_initial_cookie (werkzeug.testsuite.test.TestTestCase) ... ok
test_path_info_script_name_unquoting (werkzeug.testsuite.test.TestTestCase) ... ok
test_resent_cookie (werkzeug.testsuite.test.TestTestCase) ... ok
test_run_wsgi_apps (werkzeug.testsuite.test.TestTestCase) ... ok
test_set_cookie_app (werkzeug.testsuite.test.TestTestCase) ... ok
test_href (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_href_url_join (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_iri_support (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_ordered_multidict_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_quoting (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_quoting_of_local_urls (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_sorted_url_encode (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_streamed_url_decoding (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_streamed_url_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_url_decoding (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_url_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_url_fixing (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_url_unquote_plus_unicode (werkzeug.testsuite.urls.URLsTestCase) ... ok
test_append_slash_redirect (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_cached_property (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_cached_property_doc (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_environ_property (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_escape (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_find_modules (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_header_set_duplication_bug (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_html_builder (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_import_string (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_redirect (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_run_wsgi_app (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_unescape (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_validate_arguments (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok
test_accept_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_access_route (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_authenticate_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_authorization_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_auto_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_base_request (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_base_response (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_common_request_descriptors_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_common_response_descriptors_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_disabled_auto_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_etag_request_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_etag_response_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_etag_response_mixin_freezing (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_form_data_ordering (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_form_parsing_failed (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_location_header_autocorrect (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_new_response_iterator_behavior (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_other_method_payload (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_ranges (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_304_no_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_freeze (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_headers_passthrough (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_status_codes (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_stream_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_response_streamed (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_shallow_mode (werkzeug.testsuite.wrappers.WrappersTestCase)
Request object shallow mode ... ok
test_storage_classes (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_type_forcing (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_url_charset_reflection (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_url_request_descriptors (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_urlfication (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_user_agent_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok
test_get_host (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_get_host_fallback (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_limited_stream (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_limited_stream_disconnection (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_multi_part_line_breaks (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_path_info_extraction (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_peek_path_info (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_pop_path_info (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_responder (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_shared_data_middleware (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok
test_shareddatamiddleware_get_file_loader (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok

======================================================================
ERROR: test_add (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 124, in test_add
    c.add('foo', 'bar')
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 527, in add
    added = self._client.setnx(self.key_prefix + key, dump)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 486, in setnx
    return self.execute_command('SETNX', name, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_add (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_compat (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 93, in test_compat
    c._client.set(c.key_prefix + 'foo', 'Awesome')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 466, in set
    return self.execute_command('SET', name, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_compat (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_delete (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 131, in test_delete
    c.add('foo', 'bar')
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 527, in add
    added = self._client.setnx(self.key_prefix + key, dump)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 486, in setnx
    return self.execute_command('SETNX', name, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_delete (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_delete_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 138, in test_delete_many
    c.add('foo', 'bar')
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 527, in add
    added = self._client.setnx(self.key_prefix + key, dump)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 486, in setnx
    return self.execute_command('SETNX', name, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_delete_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_expire (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 117, in test_expire
    c.set('foo', 'bar', 1)
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 521, in set
    self._client.setex(self.key_prefix + key, dump, timeout)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 482, in setex
    return self.execute_command('SETEX', name, time, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_expire (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_get_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 105, in test_get_many
    c.set('foo', ['bar'])
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 521, in set
    self._client.setex(self.key_prefix + key, dump, timeout)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 482, in setex
    return self.execute_command('SETEX', name, time, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_get_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_get_set (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 100, in test_get_set
    c.set('foo', ['bar'])
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 521, in set
    self._client.setex(self.key_prefix + key, dump, timeout)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 482, in setex
    return self.execute_command('SETEX', name, time, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_get_set (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_inc_dec (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 146, in test_inc_dec
    c.set('foo', 1)
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 521, in set
    self._client.setex(self.key_prefix + key, dump, timeout)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 482, in setex
    return self.execute_command('SETEX', name, time, value)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_inc_dec (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_set_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 111, in test_set_many
    c.set_many({'foo': 'bar', 'spam': ['eggs']})
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 538, in set_many
    pipe.execute()
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 1382, in execute
    return execute(conn, stack)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 1307, in _execute_transaction
    connection.send_packed_command(all_cmds)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

======================================================================
ERROR: test_set_many (werkzeug.testsuite.contrib.cache.RedisCacheTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/__init__.py", line 58, in tearDown
    self.teardown()
  File "/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 89, in teardown
    self.make_cache().clear()
  File "/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 552, in clear
    keys = self._client.keys(self.key_prefix + '*')
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 416, in keys
    return self.execute_command('KEYS', pattern)
  File "/usr/lib64/python2.7/site-packages/redis/client.py", line 256, in execute_command
    connection.send_command(*args)
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 197, in send_command
    self.send_packed_command(self.pack_command(*args))
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
    self.connect()
  File "/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
    raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting localhost:6379. Connection refused.

----------------------------------------------------------------------
Ran 258 tests in 1.293s

FAILED (errors=18)
njl added a commit to njl/werkzeug that referenced this issue Mar 13, 2012
If the redis library is installed, an attempt is made to automatically
run redis unit tests. This might not work if redis is not running,
not local, etc, etc, etc. This patch will attempt to connect to redis
after the redis import, and will set redis = None if an attempted
connection fails, skipping the unit tests for redis as a result.
untitaker added a commit to untitaker/werkzeug that referenced this issue Aug 1, 2013
untitaker added a commit to untitaker/werkzeug that referenced this issue Apr 18, 2014
untitaker added a commit to untitaker/werkzeug that referenced this issue Aug 14, 2014
untitaker added a commit to untitaker/werkzeug that referenced this issue Aug 15, 2014
untitaker added a commit to untitaker/werkzeug that referenced this issue Aug 15, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants