Sergi Vladykin created IGNITE-10431:
---------------------------------------
Summary: Make tests independent of memory size
Key: IGNITE-10431
URL:
https://issues.apache.org/jira/browse/IGNITE-10431 Project: Ignite
Issue Type: Bug
Reporter: Sergi Vladykin
The following tests were added to Page Compression suite and they fail because page size there increased to 8k.
{code:java}
org.apache.ignite.testsuites.IgnitePdsCompressionTestSuite2…g.apache.ignite.internal.processors.cache.persistence.db.wal (4)
IgniteWALTailIsReachedDuringIterationOverArchiveTest.testStandAloneIterator
IgniteWalFormatFileFailoverTest.testFailureHandlerTriggered
IgniteWalFormatFileFailoverTest.testFailureHandlerTriggeredFsync
IgniteWalIteratorExceptionDuringReadTest.test
org.apache.ignite.testsuites.IgnitePdsCompressionTestSuite2…e.ignite.internal.processors.cache.persistence.db.wal.reader (9)
IgniteWalReaderTest.testCheckBoundsIterator
IgniteWalReaderTest.testFillWalAndReadRecords
IgniteWalReaderTest.testFillWalForExactSegmentsCount
IgniteWalReaderTest.testFillWalWithDifferentTypes
IgniteWalReaderTest.testPutAllTxIntoTwoNodes
IgniteWalReaderTest.testRemoveOperationPresentedForDataEntry
IgniteWalReaderTest.testRemoveOperationPresentedForDataEntryForAtomic
IgniteWalReaderTest.testTxFillWalAndExtractDataRecords
IgniteWalReaderTest.testTxRecordsReadWoBinaryMeta
org.apache.ignite.testsuites.IgnitePdsCompressionTestSuite2…ache.ignite.internal.processors.cache.persistence.wal.reader (2)
StandaloneWalRecordsIteratorTest.testCorrectClosingFileDescriptors
StandaloneWalRecordsIteratorTest.testStrictBounds
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)