fix assignment error in addressInDbAndRemoteDc unittest
This commit is contained in:
parent
efd75ccc74
commit
784d899afb
|
@ -792,7 +792,7 @@ TEST_CASE("/fdbserver/worker/addressInDbAndRemoteDc") {
|
|||
|
||||
// Create a satellite tlog, and it shouldn't be considered as in remote DC.
|
||||
testDbInfo.logSystemConfig.tLogs.push_back(TLogSet());
|
||||
testDbInfo.logSystemConfig.tLogs.back().locality == tagLocalitySatellite;
|
||||
testDbInfo.logSystemConfig.tLogs.back().locality = tagLocalitySatellite;
|
||||
NetworkAddress satelliteTLogAddress(IPAddress(0x13131313), 1);
|
||||
TLogInterface satelliteTLog(fakeRemote);
|
||||
satelliteTLog.initEndpoints();
|
||||
|
|
Loading…
Reference in New Issue