We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf69bf4 commit e81b616Copy full SHA for e81b616
test/replica_sets/refresh_test.rb
@@ -90,7 +90,6 @@ def test_automated_refresh_with_secondaries_down
90
sleep(4)
91
@conn['foo']['bar'].find_one
92
@conn['foo']['bar'].insert({:a => 1})
93
- puts "Old: #{old_refresh_version} New: #{@conn.refresh_version}"
94
95
assert @conn.refresh_version > old_refresh_version,
96
"Refresh version hasn't changed."
@@ -113,7 +112,6 @@ def test_automated_refresh_with_removed_node
113
112
n = self.rs.remove_secondary_node
114
115
116
117
118
119
0 commit comments