-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Fix integration test "FreeText Editor FreeText (delete existing) must delete an existing annotation" #18368
Comments
Maybe I fixed it in #18366. |
Unfortunately I don't think that fixed this particular issue because this intermittent happened in #18367 and that one was rebased onto the current master branch where that patch is already active; see the file at the revision of the last commit in that PR at pdf.js/test/integration/test_utils.mjs Line 138 in 4e8a015
waitForSelector call is present. Looking at http://54.193.163.58:8877/386a81e543ffce1/output.txt, which prompted your fix, it does look similar, but given that that fix is already in place something else is probably going on in this test.
|
It's indeed a bit problematic because I can't spot anything wrong in the code, especially after the extra hardening that was applied to |
For future reference, it happened again in #18369, see http://54.193.163.58:8877/fc78ad56a1a8b11/output.txt, which also contains the |
This problem is likely fixed by #18374, but due to its intermittent nature we'll leave this issue open for a bit to make sure it doesn't reappear. |
Closing since we haven't seen this reappear so far. If it does, we'll track it in #18396. |
The most recent failure is in http://54.193.163.58:8877/018387cde149e38/output.txt with the following traceback:
The source code can be found here: https://github.com/mozilla/pdf.js/blob/master/test/integration/freetext_editor_spec.mjs#L1213-L1263
We should find out what causes this as it's one of the last intermittents we have left.
The text was updated successfully, but these errors were encountered: