Skip to content

chore: migrate from quickcheck to proptest for VRL Arbitrary impls #1851

Description

@pront

Summary

VRL pulls in both quickcheck and proptest for property-based testing,
which causes two versions of rand in the dependency tree. This issue
tracks the VRL side of consolidating on proptest.

Related Vector issue: vectordotdev/vector#25726

Tasks

  • Port quickcheck::Arbitrary impls for Value, BorrowedSegment, and
    KeyString to proptest strategies
  • Rewrite the QuickCheck test in value/value.rs as a proptest! block
  • Drop the quickcheck dependency
  • Rename the arbitrary feature flag to proptest

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: tech debtA code change that does not add user value

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions