"ant runtests" consistently gets stuck in get-scan-min
guest-scan-min Failure 800000 ms passed while waiting for: completion (Remaining elements = [
])
junit.framework.AssertionFailedError: 800000 ms passed while waiting for: completion (Remaining elements = [
])
at com.google.caja.plugin.BrowserTestCase.countdown(BrowserTestCase.java:262)
at com.google.caja.plugin.BrowserTestCase.waitForCompletion(BrowserTestCase.java:222)
at com.google.caja.plugin.BrowserTestCase.driveBrowser(BrowserTestCase.java:209)
at com.google.caja.plugin.BrowserTestCase.runBrowserTest(BrowserTestCase.java:130)
at com.google.caja.plugin.CatalogTestCase.runTest(CatalogTestCase.java:34)
at com.google.caja.plugin.CatalogRunner$1.evaluate(CatalogRunner.java:94)
at com.google.caja.plugin.CatalogRunner.runChild(CatalogRunner.java:88)
at com.google.caja.plugin.CatalogRunner.runChild(CatalogRunner.java:42)
Thanks for filing this — it's another thing I've hit myself and forgot to write down. Though your screenshot shows a different place (related to iterators IIRC).
Do you confirm it does not hang on Chrome (ant brtest -Dtest.browser=chrome)?
(By the way, to finish running other tests faster than the timeout, you can close the hung browser window.)
"ant runtests" consistently gets stuck in get-scan-min
guest-scan-min Failure 800000 ms passed while waiting for: completion (Remaining elements = [
junit.framework.AssertionFailedError: 800000 ms passed while waiting for: completion (Remaining elements = [
Thanks for filing this — it's another thing I've hit myself and forgot to write down. Though your screenshot shows a different place (related to iterators IIRC).
Do you confirm it does not hang on Chrome (
ant brtest -Dtest.browser=chrome
)?(By the way, to finish running other tests faster than the timeout, you can close the hung browser window.)
I confirm that it does not stuck. However, it does give two other errors that are unrelated to guest-scan-min. Attached.
0_MainBrowserTest-err.txt
The hang was fixed in commit f94c71cbc0640532ecd62e734fd7ea8ae7379df0.