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

Update smoke test for atree inlining #348

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    5eb2db8 View commit details
    Browse the repository at this point in the history
  2. Refactor smoke test

    fxamacker committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e61ba40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c6f631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c59afb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Add "slabcheck" flag to smoke test

    This commit adds flag "slabcheck" to enable checking in-memory
    and serialized slabs.  This flag is off by default because it can
    take a long time to run.
    fxamacker committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    acf4b70 View commit details
    Browse the repository at this point in the history
  2. Refactor smoke test

    fxamacker committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b739b50 View commit details
    Browse the repository at this point in the history
  3. Refactor smoke test

    fxamacker committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ff9d5a9 View commit details
    Browse the repository at this point in the history
  4. Refactor smoke test

    fxamacker committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a10af61 View commit details
    Browse the repository at this point in the history
  5. Refactor smoke test

    fxamacker committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e38ad5a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Make smoke test support child array/map mutation

    This commit smoke tests mutation of child container:
    - existing child retrieved from parent array/map
    - new child appened/inserted to parent array
    - existing child set in parent array/map
    - new child set in parent map
    fxamacker committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    25dbc3e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Refactor smoke test

    fxamacker committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    11f0faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3145ef4 View commit details
    Browse the repository at this point in the history