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 support for kill statement #13371

Merged
merged 10 commits into from
Jul 10, 2023
Merged

Commits on Jul 5, 2023

  1. added kill statement in parser

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    db06b7c View commit details
    Browse the repository at this point in the history
  2. add support for executing kill statement

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    272a109 View commit details
    Browse the repository at this point in the history
  3. added e2e test for kill statement

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    34c0895 View commit details
    Browse the repository at this point in the history
  4. added more e2e test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3ac8260 View commit details
    Browse the repository at this point in the history
  5. added unit test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c1ed768 View commit details
    Browse the repository at this point in the history
  6. introduce closing bool for connection to check if connection is usabl…

    …e or not
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9c958e5 View commit details
    Browse the repository at this point in the history
  7. updated the test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    74d0c35 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. add allow-kill-statement flag to enable kill statement

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c9cd94d View commit details
    Browse the repository at this point in the history
  2. updated the test help output expectation

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6d4cb68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743bbe3 View commit details
    Browse the repository at this point in the history