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

feat: add some initial cargo-fuzz test for queues #13

Merged
merged 14 commits into from
Dec 21, 2023

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

  1. fix: check result of pop operation to be the expected

    * Simplify value generation, no key needed
    * Check expected value to pop against what embedded-storage gives us
    * Keep track of capacity (still not working)
    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0bc7506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e6e99 View commit details
    Browse the repository at this point in the history
  3. add gitignore

    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e2ab3bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a521750 View commit details
    Browse the repository at this point in the history
  5. update gitignore

    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3d857bc View commit details
    Browse the repository at this point in the history
  6. fix: update fuzzer to track available space

    * Add convenience function for checking the largest slot available in
      the queue
    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2754aa3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    860d0f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5da321 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd2ae21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9c50c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab84555 View commit details
    Browse the repository at this point in the history
  12. fix: mock flash docs

    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7500b2f View commit details
    Browse the repository at this point in the history
  13. chore: lookup next page first

    lulf committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    37723f3 View commit details
    Browse the repository at this point in the history