Looks like I may be responsible for breaking CommandOverHttpDUnitTest :(

I'll fix this one as soon as possible (probably tomorrow morning). Sorry!

-Kirk

On Friday, June 17, 2016, Kirk Lund <kl...@pivotal.io> wrote:

> CommandOverHttpDUnitTest is new and runs GFSH commands over HTTP. I think
> we need to mark that whole class with FlakyTest for now.
>
> The tests using runRepeatingIfNecessary are prone to timing issues which
> *may* have been impacted by me removing the retry loop in VM invoke. That
> removal was correct for other reasons, but tests
> using runRepeatingIfNecessary probably need some further attention (such as
> using Awaitility) and should probably be annotated as FlakyTest for now too.
>
> -Kirk
>
> On Friday, June 17, 2016, Anthony Baker <aba...@pivotal.io
> <javascript:_e(%7B%7D,'cvml','aba...@pivotal.io');>> wrote:
>
>> The most recent jenkins run [1]  had 3 failures from non-flaky tests.
>> The geode-core tests seem to reproduce pretty easily.  Have there been any
>> recent changes in this area?
>>
>>
>> :geode-core:distributedTest
>>
>> com.gemstone.gemfire.cache30.
>> PreloadedRegionTestCase
>>  > testTXNonblockingGetInitialImage FAILED
>>     com.gemstone.gemfire.test.dunit.RMIException: While invoking
>> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$205.runRepeatingIfNecessary
>> in VM 2 running on Host asf905.gq1.ygridcore.net with 4 VMs
>>
>>         Caused by:
>>         java.lang.AssertionError: expected:<1034> but was:<1198>
>>
>> com.gemstone.gemfire.cache30.PreloadedRegionTestCase >
>> testNonblockingGetInitialImage FAILED
>>     com.gemstone.gemfire.test.dunit.RMIException: While invoking
>> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$196.runRepeatingIfNecessary
>> in VM 2 running on Host asf905.gq1.ygridcore.net with 4 VMs
>>
>>         Caused by:
>>         java.lang.AssertionError: expected:<1034> but was:<1200>
>>
>> 7335 tests completed, 2 failed, 455 skipped
>>
>>
>> :geode-web:distributedTest
>>
>> com.gemstone.gemfire.management.internal.cli.commands.CommandOverHttpDUnitTest
>> >
>> com.gemstone.gemfire.management.internal.cli.commands.gemfiredatacommandsdunittest.testsimulateforentir...@com.gemstone.gemfire.management.internal.cli.commands.CommandOverHttpDUnitTest
>> FAILED
>>     java.lang.AssertionError: expected:<OK> but was:<ERROR>
>>         at org.junit.Assert.fail(Assert.java:88)
>>         at org.junit.Assert.failNotEquals(Assert.java:834)
>>         at org.junit.Assert.assertEquals(Assert.java:118)
>>         at org.junit.Assert.assertEquals(Assert.java:144)
>>         at
>> com.gemstone.gemfire.management.internal.cli.commands.GemfireDataCommandsDUnitTest.testSimulateForEntireDS(GemfireDataCommandsDUnitTest.java:1831)
>>
>> 115 tests completed, 1 failed, 3 skipped
>>
>>
>> Anthony
>>
>> [1] https://builds.apache.org/job/Geode-nightly/502/
>>
>>
>>

Reply via email to