Kirk Lund created GEODE-1568:
--------------------------------
Summary: PreloadedRegionTestCase was recently enabled as a test
and has failures
Key: GEODE-1568
URL: https://issues.apache.org/jira/browse/GEODE-1568
Project: Geode
Issue Type: Bug
Components: tests
Reporter: Kirk Lund
PreloadedRegionTestCase was only recently "enabled" to run as a test by the fix
for GEODE-1374 (gradle changes for FlakyTests) and the fix for GEODE-837
(upgrading all dunit tests to JUnit4).
Prior to that commit, it was not being executed as a DistributedTest. The
python script we used for GEODE-837 auto-applied the
"@Category(DistributedTest.class)" and then the gradle change for GEODE-1374
started executing classes categorized with DistributedTest even if the class
name doesn't match *DUnitTest.
PreloadedRegionTestCase was added for GemFire 3.0 but does not currently have
any subclasses, so it may have been an unused class for an unknown period of
time.
If no other tests provide coverage that this one provides, then it should be
fixed and re-enabled.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)