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

IGNITE-13489 Clients log in and out of the topology #8362

Merged
merged 20 commits into from
Oct 23, 2020
Merged

IGNITE-13489 Clients log in and out of the topology #8362

merged 20 commits into from
Oct 23, 2020

Commits on Oct 14, 2020

  1. simple test

    client start and stop in loop
    SwirMix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b60085d View commit details
    Browse the repository at this point in the history
  2. fix assert

    SwirMix committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    bc5a753 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. fix ignite_app.py

    SwirMix committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c29e52c View commit details
    Browse the repository at this point in the history
  2. fix unused varilable

    SwirMix committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    9eb6ff7 View commit details
    Browse the repository at this point in the history
  3. add test in fast suit

    SwirMix committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    5985a1c View commit details
    Browse the repository at this point in the history
  4. fix abstract method

    SwirMix committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    c11da91 View commit details
    Browse the repository at this point in the history
  5. fix abstract method

    SwirMix committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    4a7580b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. change classname

    SwirMix committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    b89c98f View commit details
    Browse the repository at this point in the history
  2. check result assert

    SwirMix committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1831fd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. add kill node test

    SwirMix committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f81b0ba View commit details
    Browse the repository at this point in the history
  2. fix

    SwirMix committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    bffa05f View commit details
    Browse the repository at this point in the history
  3. rm Project_Default.xml

    SwirMix committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    333fa82 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. iteration count

    SwirMix committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    12b3a21 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. fix check result,

    fix await finish event for clear_shutdown=False
    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8c2d350 View commit details
    Browse the repository at this point in the history
  2. fix check result

    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    d612037 View commit details
    Browse the repository at this point in the history
  3. revert Project_Default.xml

    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2fa9999 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8528c0b View commit details
    Browse the repository at this point in the history
  5. flip flags

    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    fc9509a View commit details
    Browse the repository at this point in the history
  6. rename flag kill_temp_nodes

    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    71fd004 View commit details
    Browse the repository at this point in the history
  7. fix await event in test

    SwirMix committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    777bf5e View commit details
    Browse the repository at this point in the history