FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Some methods of DragAndDropTest are flaky on waterfall #1151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
org.openqa.selenium.DragAndDropTest.testElementInDiv (0.077s)
junit.framework.AssertionFailedError: expected:<(470, 340)> but was:<(370, 240)>
    at org.openqa.selenium.DragAndDropTest.testElementInDiv(DragAndDropTest.java:115)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
- Builder Linux Build #13252
- Failed 22/200 runs

org.openqa.selenium.DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsO
ffTheCurrentViewPort (0.197s)
junit.framework.AssertionFailedError: expected:<(470, 340)> but was:<(370, 240)>
    at org.openqa.selenium.DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort(DragAndDropTest.java:154)
    at org.openqa.selenium.testing.SeleniumTestRunner$4.evaluate(SeleniumTestRunner.java:158)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
- Builder Linux Build #13245
- Failed 39/200 runs

org.openqa.selenium.DragAndDropTest.testDragAndDrop (5.163s)
junit.framework.AssertionFailedError: Condition timed out: location to be: 
(158, 208) is: (8, 8)
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
    at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
    at org.openqa.selenium.DragAndDropTest.testDragAndDrop(DragAndDropTest.java:69)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
    at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
    at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)

- Builder Linux Build #13220
- Failed 42/200 runs

Hence, Disabling the tests
DragAndDropTest.testDragAndDrop
DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort
DragAndDropTest.testElementInDiv

However it passes when I run it locally

Original issue reported on code.google.com by gmanikp...@chromium.org on 10 Jul 2015 at 11:28

GoogleCodeExporter commented 9 years ago

Original comment by gmanikp...@chromium.org on 14 Jul 2015 at 7:20