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

couchbase: wait until all services are part of the config #3003

Merged
merged 2 commits into from
Feb 6, 2021

Commits on Dec 16, 2020

  1. couchbase: wait until all services are part of the config

    This changeset adds a predicate to the wait strategy to make sure
    that it not only returns a 200, but also that every enabled service
    is actually already exposed in the config. Since we are polling
    the server during bootstrap here, not all of them might show up
    at the same time.
    
    Also, while not contributing to the fix we poll the terse bucket
    http config "b" instead of the verbose one "buckets" since it is
    a little more efficient on the server side and actually the config
    the client internally works with.
    
    fixes testcontainers#2993
    daschl committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c6598aa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    d46dc78 View commit details
    Browse the repository at this point in the history