Carlton Whitehead
01/30/2018, 3:34 PMkastork
01/30/2018, 3:38 PMedvin
01/30/2018, 3:38 PMedvin
01/30/2018, 3:39 PMkastork
01/30/2018, 3:39 PMedvin
01/30/2018, 3:39 PMkastork
01/30/2018, 3:45 PMmvn test
passes on mac from command line (java 1.8_162) but I don't see any of the GUI stuff popping up like it used to.edvin
01/30/2018, 3:45 PMkastork
01/30/2018, 3:50 PMrun All tests
by right clicking on the test/kotlin
node in the IDEA project I see gui stuff going on and then the runAsync
and runAsyncWithOverlay
tests fail. Those are new I think.kastork
01/30/2018, 3:50 PMkastork
01/30/2018, 3:51 PMRuckus
01/30/2018, 3:58 PMmvn test
appears to only build (which it does successfully), but I see no record of any tests being run. In IntelliJ, AsyncBugAppTest.itShouldSurviveRunAsyncMultipleTimes
fails randomly with a timeout, AsyncTest.runAsync
and AsyncTest.runAsyncWithOverlay
both fail (same result as @kastork), and ChildInterceptorTest.interceptorsLoaded
fails with a size of 6, not 2 (also, the expected and actual are backward in that test).kastork
01/30/2018, 4:03 PMmvn test
either. The task is announced, but no result message other than BUILD SUCCESS
Carlton Whitehead
01/30/2018, 4:05 PMAsyncBugAppTest.itShouldSurviveRunAsyncMultipleTimes
is the one I just contributed. I can think of two cases where it could fail due to a timeout. 1) There might still be an underlying issue with the thread pool executors not being re-initialized in time for the second test cycle. 2) The test is just executing too slowly. There is a timeout rule on that test of 10 seconds. I set that value by taking the ceiling of double the time it was taking to execute on my laptop. Perhaps it might be necessary to raise furtherRuckus
01/30/2018, 4:07 PMCarlton Whitehead
01/30/2018, 4:14 PMedvin
01/30/2018, 4:45 PMkastork
01/30/2018, 4:46 PMedvin
01/30/2018, 5:15 PMkastork
01/30/2018, 5:15 PMedvin
01/30/2018, 5:20 PMedvin
01/30/2018, 9:17 PMamanda.hinchman-dominguez
01/30/2018, 9:47 PMabhinay
01/30/2018, 9:50 PMtileTarget
is where you were trying to fetch the ImageView, right? So, I am guessing that is the tile which you trying to drag and drop.amanda.hinchman-dominguez
01/30/2018, 10:02 PMamanda.hinchman-dominguez
01/30/2018, 10:02 PMabhinay
01/30/2018, 10:14 PMamanda.hinchman-dominguez
01/30/2018, 11:03 PMabhinay
01/30/2018, 11:05 PMImageView#getImage
😉