-
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 OTS issue with empty index (#15289) #15290
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, with passing tests; thank you!
test/test_manifest.json
Outdated
{ "id": "issue15289.pdf", | ||
"file": "pdfs/issue15289.pdf", | ||
"md5": "f3d20aee398e052ac3dce7cc030f50de", | ||
"link": true, | ||
"rounds": 1, | ||
"firstPage": 1, | ||
"lastPage": 1, | ||
"type": "eq" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Slightly weird indentation here (and we probably don't need "pdf" in the test-id).
{ "id": "issue15289.pdf", | |
"file": "pdfs/issue15289.pdf", | |
"md5": "f3d20aee398e052ac3dce7cc030f50de", | |
"link": true, | |
"rounds": 1, | |
"firstPage": 1, | |
"lastPage": 1, | |
"type": "eq" | |
{ "id": "issue15289", | |
"file": "pdfs/issue15289.pdf", | |
"md5": "f3d20aee398e052ac3dce7cc030f50de", | |
"link": true, | |
"rounds": 1, | |
"lastPage": 1, | |
"type": "eq" |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0ac8a22ebff753b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/27c76a62a337f81/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0ac8a22ebff753b/output.txt Total script time: 26.03 mins
Image differences available at: http://54.241.84.105:8877/0ac8a22ebff753b/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/27c76a62a337f81/output.txt Total script time: 28.71 mins
|
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a02aabd349c2e90/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/55910a5cfe75600/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a02aabd349c2e90/output.txt Total script time: 22.05 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/55910a5cfe75600/output.txt Total script time: 22.70 mins
|
No description provided.