GitHub user avplatonov opened a pull request: https://github.com/apache/ignite/pull/5252
IGNITE-10106: Cache 5 test suite optimization You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-10106 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5252.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5252 ---- commit 4e85c11c3a5781b88cf2e3ae2a70b033f66e6e5d Author: Alexey Platonov <aplatonovv@...> Date: 2018-10-29T13:59:05Z init commit commit 45076feec0dc4a26172eb79acb9dabcd1a8bab73 Author: Alexey Platonov <aplatonovv@...> Date: 2018-10-30T09:37:14Z add scale factor commit 907b19320d1bffbfbb9b3997201fd4b28718b2ee Author: Alexey Platonov <aplatonovv@...> Date: 2018-10-30T09:41:21Z remode useless code commit 8107297ea092d46c097b4575213deb593d7a0db4 Author: Alexey Platonov <aplatonovv@...> Date: 2018-10-30T10:08:55Z remove garbage commit 3ff73df5a016dcd6ea03d23ee4a2c8f0b37b0c2a Author: Alexey Platonov <aplatonovv@...> Date: 2018-10-30T10:18:56Z fix comments in code commit ec30ebb6b2a455d609f27d62715a876f113572d1 Author: ibessonov <bessonov.ip@...> Date: 2018-10-31T12:16:30Z IGNITE-10084 Added scale factor in IgniteCacheStarvationOnRebalanceTest.testLoadSystemWithPutAndStartRebalancing commit a23b20d7f03374522e710efff2944796bfd719b7 Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-01T12:35:55Z init commit commit b4244fc6c7664d8688aff2fe3810ad448d679684 Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T07:46:14Z fixes after review commit 86ca2389d4d4aee314209942589b4f17cc12f25d Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T08:17:34Z add comment commit fcadf111cc3f1a6fb38d81a27c75173a2027b5ad Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T11:32:32Z Merge branch 'ignite-10037' of https://github.com/gridgain/apache-ignite into ignite-10106 commit 4b3e0b4daf5f55afd1cacc0783d82df5223038d2 Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T11:36:58Z use SF-class commit 4a5726f3074e7d996799fc3bd51f3403f2f667b1 Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T11:43:49Z Merge branch 'ignite-10084' of https://github.com/gridgain/apache-ignite into ignite-10106 commit 7def39c6655de3b6bc156b2f7af15df5f352c10f Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-02T11:47:15Z merge with other branch commit 0d056c3cde56bc16fba09594f2238cdd8231e131 Author: Alexey Platonov <aplatonovv@...> Date: 2018-11-06T08:49:36Z Merge branch 'master' of https://github.com/apache/ignite into ignite-10106 # Conflicts: # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLoadingConcurrentGridStartSelfTest.java # modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCachePartitionNotLoadedEventSelfTest.java # modules/core/src/test/java/org/apache/ignite/testframework/GridTestUtils.java ---- ---