Skip to content

Instantly share code, notes, and snippets.

@axilleas
Created June 24, 2013 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axilleas/5851323 to your computer and use it in GitHub Desktop.
Save axilleas/5851323 to your computer and use it in GitHub Desktop.
Fedora mock test errors while packaging redis-rb
DEBUG: Finished tests in 15.473510s, 31.3439 tests/s, 116.0693 assertions/s.
DEBUG: 1) Failure:
DEBUG: TestCommandsOnStrings#test_bitop [/builddir/build/BUILD/redis-3.0.4/usr/share/gems/gems/redis-3.0.4/test/commands_on_strings_test.rb:97]:
DEBUG: <"\x9E"> (UTF-8) expected but was
DEBUG: <"\x9E"> (US-ASCII).
DEBUG: 2) Failure:
DEBUG: TestDistributedCommandsRequiringClustering#test_bitop [/builddir/build/BUILD/redis-3.0.4/usr/share/gems/gems/redis-3.0.4/test/distributed_commands_requiring_clustering_test.rb:162]:
DEBUG: <"\x9E"> (UTF-8) expected but was
DEBUG: <"\x9E"> (US-ASCII).
DEBUG: 485 tests, 1796 assertions, 2 failures, 0 errors, 0 skips
DEBUG: ruby -v: ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux]
DEBUG: rake aborted!
https://github.com/redis/redis-rb/blob/v3.0.4/test/commands_on_strings_test.rb#L97
https://github.com/redis/redis-rb/blob/master/test/distributed_commands_requiring_clustering_test.rb#L162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment