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

fix: race condition in keploy record #1867

Closed
wants to merge 18 commits into from
Closed

Commits on May 13, 2024

  1. feat: add support for normalising expected diffs (keploy#1859)

    * [Feature]: Create a normalisation command in keploy CLI (keploy#1589)
    
    * Initialised Normalise Command
    
    Signed-off-by: Akash <[email protected]>
    
    * Path init
    
    Signed-off-by: Akash <[email protected]>
    
    * Successfully found the expected and actual responses for failing tests
    
    Signed-off-by: Akash <[email protected]>
    
    * Files are being updated but structs are not proper: func WriteTestcase doesnt match yaml file
    
    Signed-off-by: Akash <[email protected]>
    
    * Updating testcase files successfully
    
    Signed-off-by: Akash <[email protected]>
    
    * Added flags to collect test-set and test-cases from user
    
    Signed-off-by: Akash <[email protected]>
    
    * Fixed lint errors
    
    Signed-off-by: Akash <[email protected]>
    
    * Fixed lint errors
    
    Signed-off-by: Akash <[email protected]>
    
    * Refactored PR for Keploy v2 and fixed merge conflicts
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Normalise Test cases
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Addressed comments and refactored changes
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Fixed Lint
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Fixed Lint
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Refactoring and Adding Additional Flags
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Added Normalise to replay service
    
    Signed-off-by: Akash Singh <[email protected]>
    
    * Fixed lint
    
    Signed-off-by: Akash Singh <[email protected]>
    
    ---------
    
    Signed-off-by: Akash <[email protected]>
    Signed-off-by: Akash Singh <[email protected]>
    Co-authored-by: Animesh Pathak <[email protected]>
    
    * feat: add normalization
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: bugs
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: bugs
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: bugs
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: resolve comments
    
    Signed-off-by: charankamarapu <[email protected]>
    
    ---------
    
    Signed-off-by: Akash <[email protected]>
    Signed-off-by: Akash Singh <[email protected]>
    Signed-off-by: charankamarapu <[email protected]>
    Co-authored-by: Sky Singh <[email protected]>
    Co-authored-by: Animesh Pathak <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    3 people authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1dfd230 View commit details
    Browse the repository at this point in the history
  2. fix: race condition in keploy record

    Signed-off-by: dxtym <[email protected]>
    dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9a3f805 View commit details
    Browse the repository at this point in the history
  3. Make noise fields case insensitive (keploy#1872)

    Signed-off-by: Amogh Umesh <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    amoghumesh authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2a921f7 View commit details
    Browse the repository at this point in the history
  4. chore: parameterise binary to docker logic (keploy#1874)

    Co-authored-by: Sarthak Shyngle <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    2 people authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a7c3980 View commit details
    Browse the repository at this point in the history
  5. chore: add docker ip log and remove a switch (keploy#1877)

    * chore: add docker ip log and remove a switch
    
    Signed-off-by: Shubham Jain <[email protected]>
    
    * fix: check container ip before starting tests
    
    Signed-off-by: Shubham Jain <[email protected]>
    
    ---------
    
    Signed-off-by: Shubham Jain <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    slayerjain authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b8e7510 View commit details
    Browse the repository at this point in the history
  6. Fix typo in cli/mock.go (keploy#1860)

    ougoung -> outgoing
    
    Signed-off-by: Priyansh Agrawal <[email protected]>
    Co-authored-by: Sarthak Shyngle <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    2 people authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8147d0c View commit details
    Browse the repository at this point in the history
  7. fix: move recordtestsuite down

    Signed-off-by: dxtym <[email protected]>
    dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    708485c View commit details
    Browse the repository at this point in the history
  8. fix: use mutex to resolve race condition

    Signed-off-by: dxtym <[email protected]>
    dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    42e1e95 View commit details
    Browse the repository at this point in the history
  9. add: bypass rules filter (keploy#1837)

    Signed-off-by: dxtym <[email protected]>
    ChinmayaSharma-hue authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    123b317 View commit details
    Browse the repository at this point in the history
  10. fix: folder permissions (keploy#1808)

    * fix: folder permissions
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: folder permissions
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * fix: unset umask
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * doc: add comment
    
    Signed-off-by: charankamarapu <[email protected]>
    
    * doc: add comment
    
    Signed-off-by: charankamarapu <[email protected]>
    
    ---------
    
    Signed-off-by: charankamarapu <[email protected]>
    Signed-off-by: dxtym <[email protected]>
    charankamarapu authored and dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    da7417c View commit details
    Browse the repository at this point in the history
  11. fix: use mutex to resolve race condition

    Signed-off-by: dxtym <[email protected]>
    dxtym committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9c79f90 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 21, 2024

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

Commits on May 27, 2024

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

Commits on May 28, 2024

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

Commits on May 31, 2024

  1. fix: move suite record correctly

    Signed-off-by: dxtym <[email protected]>
    dxtym committed May 31, 2024
    Configuration menu
    Copy the full SHA
    953422a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cc6f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38045d1 View commit details
    Browse the repository at this point in the history