-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate why CTS Nightly started failing #5161
Comments
I was not able to reproduce the issue on my local machine nor on the runner machine. I am going to disable a few tests and trigger the CI. I can also setup a local runner on my machine and see if I can reproduce it via CI process. |
The failing CTS nightly tests can be found from here |
Do we have some kind of asserts enabled in Release mode? I ask because the process exit code on Windows is never just This makes me think the exit is controlled. Maybe even |
I was able to reproduce the issue only through the CI workflow.
When I removed them from the tests, the CI went green. I believe this is related to the recent upgrade of SPIR-V headers. |
That is an interesting perspective. I agree that it may not be a crash. I will try to get the TestResults.qpa printed when reproduced. |
I suspected that the following merge was the cause, but I was still able to reproduce the issue with commits before it. I start to think that some external tools might be updated on the system and it might be causing the problem. There is another issue 5175 that appears to be related to the Vulkan SDK installed on the same runner machine. As for the exit code 1, I checked TestResults.qpa when the issue was reproduced.
When it ran without errors, the log is exactly same but continues as following,
When I investigated the source code code vk-gl-cts, I didn't find any lines that exit with a value "1". I will see if I can get more information with the following workflow settings.
|
I cannot reproduce the issue when I enabled the debug logging of github CI workflow.
That seems like a bug in the CI runner process. |
The same CTS failure is observed again today in the same way as before.
I am going to disable the following tests that the crash always happens with,
I will create a new issue not to forget about those tests, but as a low priority issue. |
I disabled three tests mentioned on my previous comment. |
Closing the issue for now. |
I think there is an actual problem for the tests that are occasionally causing the crash.
|
I created a new issue for the validation failure. |
VK-CTS nightly CI started failing from Sep/20.
The output log looks like the process was crashed while running the CTS test.
And it appears to be crashing always at the following test,
The text was updated successfully, but these errors were encountered: