Skip to content

Commit

Permalink
Remove workaround for mDNS bug with multi-fabric in the Python tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns authored and pull[bot] committed Nov 30, 2023
1 parent 5b9bd5b commit 5845345
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,7 @@ async def TestMultiFabric(self, ip: str, setuppin: int, nodeid: int):
return False

#
# Shutting down controllers results in races where the resolver still delivers
# resolution results to a now destroyed controller. Add a sleep for now to work around
# it while #14555 is being resolved.
time.sleep(1)

#
# Shut-down all the controllers (which will free them up as well as de-initialize the
# stack as well.
# Shut-down all the controllers (which will free them up)
#
self.logger.info(
"Shutting down controllers & fabrics and re-initing stack...")
Expand Down

0 comments on commit 5845345

Please sign in to comment.