Created
June 24, 2013 16:19
-
-
Save axilleas/5851323 to your computer and use it in GitHub Desktop.
Fedora mock test errors while packaging redis-rb
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
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