-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3862 from Zac-HD/uncap-replay-buffers
Avoid pointless discards during the `reuse` and `target` phases
- Loading branch information
Showing
5 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
RELEASE_TYPE: patch | ||
|
||
This patch slightly changes how we replay examples from | ||
:doc:`the database <database>`: if the behavior of the saved example has | ||
changed, we now keep running the test case instead of aborting at the size | ||
of the saved example. While we know it's not the *same* example, we might | ||
as well continue running the test! | ||
|
||
Because we now finish running a few more examples for affected tests, this | ||
might be a slight slowdown - but correspondingly more likely to find a bug. | ||
|
||
We've also applied similar tricks to the :ref:`target phase <phases>`, where | ||
they are a pure performance improvement for affected tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters