On Mon Aug 21 23:42:21 2023 +0000, Zebediah Figura wrote:
I don't think that a todo_wine makes sense here? It's not like it's invalid behaviour to take a long time to render. How long does rendering take, in seconds? If it's too long we may as well just get rid of the test (or skip it if the device is a software renderer); it's nice to have but not at the expense of slowing down the test suite.
I think the host machine is running multiple containers in parallel. The 50k query test did randomly take more than 50 seconds. At some point we will run into the test timeout (afaik 120s)
I am open to removing this test. I am not exactly sure what it is/was good for. Showing that starting and stopping a query doesn't randomly add samples rendered?