craigcondit commented on code in PR #843: URL: https://github.com/apache/yunikorn-core/pull/843#discussion_r1566309776
########## Makefile: ########## @@ -200,6 +200,9 @@ build: commands # Run the tests after building .PHONY: test +test: export DEADLOCK_DETECTION_ENABLED = true +test: export DEADLOCK_TIMEOUT_SECONDS = 10 +test: export DEADLOCK_EXIT = true Review Comment: We don't want DEADLOCK_EXIT to be the default normally - users may want to enable deadlock detection on a real cluster and if the pod restarts immediately it's a lot harder to track down. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
