Page MenuHomeSoftware Heritage

hypothesis_strategies: Prevent generation of invalid 'microseconds' values
ClosedPublic

Authored by vlorentz on Jul 19 2022, 1:36 PM.

Details

Summary

hypothesis.strategies.integers() is inclusive, but microseconds values
greater or equal to 1 million are rejected by the model

Diff Detail

Repository
rDMOD Data model
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8134 (id=29377)

Rebasing onto d298c584fe...

Current branch diff-target is up to date.
Changes applied before test
commit b872718ab456159cab9d28c8a028bc0fcde589b5
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Tue Jul 19 13:36:27 2022 +0200

    hypothesis_strategies: Prevent generation of invalid 'microseconds' values
    
    hypothesis.strategies.integers() is inclusive, but microseconds values
    greater or equal to 1 million are rejected by the model

See https://jenkins.softwareheritage.org/job/DMOD/job/tests-on-diff/489/ for more details.

This revision is now accepted and ready to land.Jul 19 2022, 5:07 PM