You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2021/10/19 00:17:40 UTC

[geode] branch develop updated (6a60434 -> 636bea3)

This is an automated email from the ASF dual-hosted git repository.

klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 6a60434  GEODE-9751: load yaml vars safely (unsafe load was deprecated and is now removed) (#7016)
     add 636bea3  GEODE-9713: Support thread count in ExecutorService rules (#7002)

No new revisions were added by this update.

Summary of changes:
 ...dExecutorServiceRuleLimitedThreadCountTest.java | 103 +++++++++++++
 ...utedExecutorServiceRuleLimitedVmCountTest.java} |  11 +-
 ...xecutorServiceRuleUnlimitedThreadCountTest.java |  75 ++++++++++
 .../rules/DistributedExecutorServiceRule.java      | 165 ++++++++++++++++++++-
 .../sanctioned-geode-dunit-serializables.txt       |   2 +-
 .../test/junit/rules/ExecutorServiceRule.java      |  69 +++++++--
 .../sanctioned-geode-junit-serializables.txt       |   2 +-
 7 files changed, 404 insertions(+), 23 deletions(-)
 create mode 100644 geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/DistributedExecutorServiceRuleLimitedThreadCountTest.java
 copy geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/{DistributedRuleLimitedVmCountTest.java => DistributedExecutorServiceRuleLimitedVmCountTest.java} (75%)
 create mode 100644 geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/DistributedExecutorServiceRuleUnlimitedThreadCountTest.java