node.txt 890 B

12345678
  1. # Seeds for failure cases proptest has generated in the past. It is
  2. # automatically read and these particular cases re-run before any
  3. # novel cases are generated.
  4. #
  5. # It is recommended to check this file in to source control so that
  6. # everyone who runs the test benefits from these saved cases.
  7. cc 1b041fdc46a495f11fb7eb853eaf58b5fdfdc31c81568f0ea15c5840fe3398a8 # shrinks to input = _TestInsertsRemovesArgs { operations: [Insert("1"), Remove("1")] }
  8. cc 4a1bfa405c3bf3cc84a6c0e48bd6e96cce48d99c5c28341a842bc2a5e6d99c30 # shrinks to input = _NodeOperationsAreHistoryIndependentArgs { pair: (Operations([Insert("key 17", 508), Insert("key 81", 971), Insert("key 997", 365), Remove("key 17"), Insert("key 68", 870), Insert("key 304", 331)]), Operations([Insert("key 81", 971), Insert("key 17", 508), Insert("key 997", 365), Insert("key 304", 331), Insert("key 68", 870), Remove("key 17")])) }