commit | 1bf43b037c3d73072985072e8c69d504480c5adf | [log] [tgz] |
---|---|---|
author | pkumar-singh <65131575+pkumar-singh@users.noreply.github.com> | Tue Feb 09 03:48:13 2021 -0800 |
committer | Enrico Olivelli <eolivelli@apache.org> | Tue Feb 09 12:49:00 2021 +0100 |
tree | efaee32afb49d0536cc857af941777ca3c6f658f | |
parent | 9f6c49b2c970e17d94cde3af38ed20bc2bbc0e97 [diff] |
Fix hanging tests tests TestStorageServerClientManagerImpl Descriptions of the changes in this PR: **Motivation** Fixing hanging tests TestStorageServerClientManagerImpl and other tests in the directory Some tests were not running because they were hanging waiting on future while storage container was being fetched. But inproc grpc server was running on endpoint fake-server while client was connecting on fake-server:4181 **Changes** Make GRPC inproc server run on fake-server:4181 and client connect on fake-server:4181 Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Andrey Yegorov <andrey.yegorov@datastax.com> This closes #2587 from pkumar-singh/fix_hanging_unit_tests (cherry picked from commit 8b22a7b9d828c699a3fa62071ae4fecc62248201) Signed-off-by: Enrico Olivelli <eolivelli@apache.org>
Apache BookKeeper is a scalable, fault tolerant and low latency storage service optimized for append-only workloads.
It is suitable for being used in following scenarios:
You can also read Turning Ledgers into Logs to learn how to turn ledgers into continuous log streams. If you are looking for a high level log stream API, you can checkout DistributedLog.
For filing bugs, suggesting improvements, or requesting new features, help us out by opening a Github issue or opening an Apache jira.
Subscribe or mail the user@bookkeeper.apache.org list - Ask questions, find answers, and also help other users.
Subscribe or mail the dev@bookkeeper.apache.org list - Join development discussions, propose new ideas and connect with contributors.
Join us on Slack - This is the most immediate way to connect with Apache BookKeeper committers and contributors.
We feel that a welcoming open community is important and welcome contributions.
See Developer Setup to get your local environment setup.
Take a look at our open issues: JIRA Issues Github Issues.
Review our coding style and follow our pull requests to learn about our conventions.
Make your changes according to our contribution guide.