fix: local E2E test should not delete CRD by csviri · Pull Request #3324 · operator-framework/java-operator-sdk
AI review requested due to automatic review settings
That causes a race condition, where it marks the CRD to be deleted. But since we don't wait for cleanup of the namespace in E2E eventually the namespace is deleted by garbage collector and then the CRD is deleted. Unfortunatelly this can happen when the cluster test is already running. Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
csviri added a commit that referenced this pull request
* fix: local E2E test should not delete CRD That causes a race condition, where it marks the CRD to be deleted. But since we don't wait for cleanup of the namespace in E2E eventually the namespace is deleted by garbage collector and then the CRD is deleted. Unfortunately this can happen when the cluster test is already running. Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters