mirror of https://gitee.com/bigwinds/arangodb
Fix tests for new ClusterInfo: call ClusterInfo::flush after test.
This commit is contained in:
parent
4f2afbf7e3
commit
88518dd4ba
|
@ -116,6 +116,7 @@ function ClusterEnabledSuite () {
|
|||
ss.setId(oldId);
|
||||
assertEqual(oldPrefix, agency.prefix(true));
|
||||
ss.setRole(oldRole);
|
||||
ci.flush(); // reload caches with proper agency data
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue