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

DistSyncTxL1FuncTest.testGetBlockingAnotherGetCacheEntry random failures #5713

Merged

Commits on Jan 31, 2018

  1. DistSyncTxL1FuncTest.testGetBlockingAnotherGetCacheEntry random failures

    getAsync() doesn't always run interceptor callbacks on a separate thread.
    The remote get can finish before the calling thread calls thenAccept(),
    especially when the test suite is limited to a single CPU.
    danberindei committed Jan 31, 2018
    Copy the full SHA
    5c7b281 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    59c095a View commit details
    Browse the repository at this point in the history