-
Notifications
You must be signed in to change notification settings - Fork 168
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
Sporadic failure of test Many_ConcurrentReaders #6508
Comments
I can no longer access the failed run on CI. @ironage do you remember a) if this was with encryption and b) if it was on a MacOS ? |
That is unfortunate that the CI run has been lost already. |
➤ finnschiermer commented: This is weird. The test in question is using DB and SlabAlloc in a single threaded fashion which greatly simplifies things. But I have not yet found a way in which the assert can possibly fire. |
➤ finnschiermer commented: I cannot make progress on this without further info. Keeping the issue for a while for future reference. |
Another occurrence on CheckiOSSimulatorDebug:
|
Another instance on checkiOSSimulator_Debug:
|
A failure happened during our iOS debug tests with the additional logging:
|
Another occurrence of the failure spotted under #6911 with master from yesterday on Jenkins and checkMacOsRelease_sync builder. It does have 'invalid mnemonic' error. What does it tell us? @finnschiermer if it's relevant for your last question: it's MacOS release build with encryption on x86_64 specifically. Not just an issues under emulator for iOS and debug build.
|
Still happens with core 13.23.2:
Also the same test still fails sometimes with
|
Another instance of this failure during iOS Simulator run: |
This is still happening as of v13.25.0 on jenkins ci. So far, the failures have happened on:
This definitely has nothing to do with encryption. @ironage Can we infer something useful from this error code 1224 as you have commented under other issue with regard to the test and the assumption that this is the same problem on macos builders? |
"SetEndOfFile() failed: unknown error (1224)" appears to be the windows error |
We had a crash on CI:
I did a quick issue search to see if this has happened before related to #3418 or #1696
The text was updated successfully, but these errors were encountered: