Make an EADDRINUSE on server bind fatal.
This is important because if we try to rebind after a migration and someone else is in the way, any clients trying to reconnect to us will instead be connecting to the squatter.
This commit is contained in:
@@ -80,7 +80,8 @@ class TestDestErrorHandling < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
|
||||
def test_cant_rebind_retries
|
||||
def test_cant_rebind_dies
|
||||
@env.nbd1.can_die(6)
|
||||
run_fake( "source/successful_transfer" )
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user