-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add skip to flaky MacOS RPC test #9753
Conversation
Hello @driazati! Thank you for your comment! Our team also noticed this problem. Failure occurs in a test that seeks to verify that the auto scheduler can be used with an RPC Session. The error occurs due to checking the tuning log after a tuning session. The test says that at this stage, an error code was found inside the log, which says the following:
It doesn't look like the problem is in the whole test or in the iOS RPC application. At the moment, it has not been possible to reproduce the problem locally to find out more details about this failure. If you have any additional information about this or can reproduce this problem yourself, then we would be very grateful for any additional observations. |
I wasn't able to reproduce it locally either (and it doesn't seem to fail in CI super often either, maybe 1 out of every 20 recent runs on |
Hello @driazati!
It looks like this line has fallen off:
The problem requires further investigation. |
thanks @driazati can you create a GH issue for this test or mention it in this PR? |
sorry one q: has anyone repro'd this on linux? if it hasn't failed there, i'd lean towards disabling it only on windows/os x for now. the GH actions can be retriggered and don't necessarily block commit. @KJlaccHoeUM9l could you let us know which os you were using in azure? |
oh sorry--ignore. i misread the test decorators. |
* Add skip to flaky MacOS RPC test * Use flaky marker instead * link issue * trigger ci * trigger ci Co-authored-by: driazati <driazati@users.noreply.github.com>
* Add skip to flaky MacOS RPC test * Use flaky marker instead * link issue * trigger ci * trigger ci Co-authored-by: driazati <driazati@users.noreply.github.com>
Skip for #9824
cc @areusch