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 Concurrency Tests between Array Operations #985

Merged
merged 12 commits into from
Sep 2, 2024

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c595bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e35ff View commit details
    Browse the repository at this point in the history
  3. Fix lint error

    cloneot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f5ea93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2165438 View commit details
    Browse the repository at this point in the history
  5. Fix failed tests to skip

    cloneot committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a878df0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    9de45cf View commit details
    Browse the repository at this point in the history
  2. Refactor index validation in json array

    Delegate index validation to Get and Delete methods.
    GetObject, GetArray, GetText, GetCounter, GetTree return 'nil' for invalid index.
    InsertIntegerAfter, MoveAfterByIndex, SetInteger panic with "index out of bound" for invalid index.
    cloneot committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cef5b8f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Correct copyright year

    cloneot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    83181bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0361c1 View commit details
    Browse the repository at this point in the history
  3. Refactor array concurrency tests

    - Add note for array concurrency table tests.
    - Expand the testing coverage from the upper diagonal to the entire matrix.
    - Remove duplicated tests.
    cloneot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9c5401e View commit details
    Browse the repository at this point in the history