pbacsko commented on code in PR #843: URL: https://github.com/apache/yunikorn-core/pull/843#discussion_r1566226927
########## 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: Yes, but in that case "make test" will not fail and that's not what we want. -- 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]
