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

TestDistributedRemoteServerControlCommands#test_info_commandstats #895

Closed
supercaracal opened this issue Mar 24, 2020 · 0 comments
Closed

Comments

@supercaracal
Copy link
Contributor

supercaracal commented Mar 24, 2020

The following test case is kind of unstable. I'll look into and work on it later.

def test_info_commandstats
target_version "2.5.7" do
r.nodes.each { |n| n.config(:resetstat) }
r.ping # Executed on every node
r.info(:commandstats).each do |info|
assert_equal "1", info["ping"]["calls"]
end
end
end

https://travis-ci.org/github/redis/redis-rb/jobs/665911726

  1) Failure:
TestDistributedRemoteServerControlCommands#test_info_commandstats [/home/travis/build/redis/redis-rb/test/distributed_remote_server_control_commands_test.rb:35]:
Expected: "1"
  Actual: "2"

https://github.com/redis/redis-rb/runs/526433579

 79) Failure:
TestDistributedRemoteServerControlCommands#test_info_commandstats [/home/runner/work/redis-rb/redis-rb/test/distributed_remote_server_control_commands_test.rb:35]:
Expected: "1"
  Actual: "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant