You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Namrata Bhave <na...@persistent.com> on 2018/12/14 05:03:17 UTC

Test case failure from IgniteBasicTestSuite

Hi,

I am working on building Apache Ignite v2.7.0 on s390x architecture. The build was successful, however facing some test failures.
One of the failures is:

[ERROR] testAllocationRateMultiThreaded(org.apache.ignite.internal.processors.database.DataRegionMetricsSelfTest)  Time elapsed: 17.204 s  <<< FAILURE!
junit.framework.AssertionFailedError: 4 or 5 rate drops must be observed: 12
        at org.apache.ignite.internal.processors.database.DataRegionMetricsSelfTest.testAllocationRateMultiThreaded(DataRegionMetricsSelfTest.java:103)
 This test passes if I change the 'RATE_TIME_INTERVAL_1'<https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/ignite/internal/processors/database/DataRegionMetricsSelfTest.java#L95> from 5_000 to 15_000. Can this be considered as valid change (May be considering the execution is slower on s390x)?

Thanks and Regards,
Namrata Bhave