Skip to content

Commit

Permalink
Intentionally always fail to exercise dotnet#7371
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGal committed May 20, 2021
1 parent 4f150c4 commit ae5bebc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def run(self):
self.__print("starting...")
while True:
try:
with workerFailedLock:
workerFailed = True
item = self.queue.get()
self.__process(item)
except:
Expand Down

0 comments on commit ae5bebc

Please sign in to comment.