Closed ShanaLMoore closed 3 weeks ago
17 files ±0 17 suites ±0 2h 16m 9s ⏱️ - 1m 31s 6 718 tests +1 6 421 ✅ +1 297 💤 ±0 0 ❌ ±0 13 206 runs +2 12 810 ✅ +2 396 💤 ±0 0 ❌ ±0
Results for commit 6fec71dd. ± Comparison against base commit a8ae9539.
:recycle: This comment has been updated with latest results.
I'll mention here that we ran into a flaky feature spec that stemmed from the chunked upload changes in #6931. It's fixed in #6950. That spec uploads a file but didn't do anything with it afterwards, only checking a couple other things on the page. My theory is the async upload JS would start, but not finish before the spec finished and started cleaning up the DB, causing the User or UploadedFile lookups to fail. Something to lookout for in other specs.
Ohh, thanks so much for catching and fixing it @dlpierce I'll lookout for any more.
Issues have been spotted after deploying the chunked upload work.
Sometimes the UV won't load the file and the downloaded file is corrupt. It is because it's trying to present the last chunk instead of the fully reassembled file.