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

Add Hazelcast Example #6117

Merged
merged 16 commits into from Nov 4, 2022

Commits on Nov 3, 2022

  1. Add Hazelcast Example (testcontainers#6115)

    A simple Hazelcast example using both a single container and a cluster with two nodes.
    
    Fixes testcontainers#6115
    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2e15698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b74eb View commit details
    Browse the repository at this point in the history
  3. Fix race condition for cluster startup

    Sometimes the client would connect to the first container before the second one registers in the cluster.
    
    Add a condition to wait for both nodes to be registered when starting the containers.
    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0ca87ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec31a44 View commit details
    Browse the repository at this point in the history
  5. Start containers sequentially in cluster test

    Cluster test is failing in the CI, attempt to fix it by starting containers sequentially instead of in parallel.
    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    97d35e7 View commit details
    Browse the repository at this point in the history
  6. Remove unused import

    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7f313b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    862e975 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f160752 View commit details
    Browse the repository at this point in the history
  9. Increase startup wait timeout

    Change strategy back to parallel
    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d6326b9 View commit details
    Browse the repository at this point in the history
  10. Rename test file

    tomazfernandes committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    dd4ddbd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    6fce7d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cbe039 View commit details
    Browse the repository at this point in the history
  3. Apply spotless

    tomazfernandes committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7f9c0a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e65b188 View commit details
    Browse the repository at this point in the history
  5. Enable Multicast Join

    tomazfernandes committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    22903c8 View commit details
    Browse the repository at this point in the history
  6. Add comment on Azure env flags

    Remove custom wait timeout
    tomazfernandes committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    28a85ab View commit details
    Browse the repository at this point in the history