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

Custom epmd module - simple solution #4179

Merged
merged 15 commits into from
Nov 30, 2023
Merged

Custom epmd module - simple solution #4179

merged 15 commits into from
Nov 30, 2023

Commits on Nov 28, 2023

  1. Do not wait for CETS to be ready if RDBMS is ready first in mongoose_…

    …cluster_id
    
    Interrupt other waiting calls in mongoose_cluster_id
    
    Report slow wait_for_rdbms call
    
    Report slow wait_for_any_backend
    
    Use exit with shutdown reason to stop processes in mongoose_cluster_id
    arcusfelis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d4cbade View commit details
    Browse the repository at this point in the history
  2. Put MIM_NODE_IP into RDBMS

    Fix query specific test for cets
    
    Reorder columns to match table, insert, update and select queries
    
    Fix graphql_cets_SUITE test
    arcusfelis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    09c8b9d View commit details
    Browse the repository at this point in the history
  3. Add mongoose_epmd module

    arcusfelis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    94eb76c View commit details
    Browse the repository at this point in the history
  4. Add lookup IP logic into mongoose_epmd

    Function address_please waits for get_nodes, gets backend_state,
    tries to use IP
    
    Add tests
    arcusfelis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c865c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5039a80 View commit details
    Browse the repository at this point in the history
  6. Use latest version of CETS

    arcusfelis committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    aa68685 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc3500f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c2a9ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8452ee View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Improve code coverage

    arcusfelis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b8ec9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a0742 View commit details
    Browse the repository at this point in the history
  3. Remove start_node_address_server from cets_disco_SUITE

    Simplify start_cets_discovery code
    arcusfelis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e7e9230 View commit details
    Browse the repository at this point in the history
  4. Allow to restore CETS discovery process in pgsql_cets preset

    Or just remove test disco process in case we are not in CETS preset
    but still want to test RDBMS logic with all DB backends
    arcusfelis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    408b3a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dad1fbf View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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