Rename serve->has_control to serve->success.
This makes the use of this variable to signal an unexpected SIGTERM while migrating less confusing.
This commit is contained in:
@@ -20,7 +20,7 @@ class TestSourceErrorHandling < Test::Unit::TestCase
|
||||
|
||||
|
||||
def expect_term_during_migration
|
||||
@env.nbd1.can_die(6,9)
|
||||
@env.nbd1.can_die(1,9)
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user