Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-9441: Reduce Nested func test thread count #6708

Commits on Jul 20, 2021

  1. GEODE-9441: Reduce Nested func test thread count

    Change `NestedFunctionExecutionDistributedTest` to create fewer threads.
    
    The test creates a number of threads that is a multiple of
    `MAX_FE_THREADS`. On a CI machine, the default value of `MAX_FE_THREADS`
    can be very high, causing this test to create thousands of threads. This
    can leave the system unable to create threads for other processes, which
    in turn can cause Gradle processes or other tests to fail or hang.
    
    This test now sets `MAX_FE_THREADS` to a lower value (100), which
    suffices for the purpose of the test, and results in greatly reduced
    consumption of threads.
    
    Co-authored-by: Dale Emery <demery@vmware.com>
    demery-pivotal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b072bba View commit details
    Browse the repository at this point in the history