forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: yet another attempt to deal with mkdtemp() failures. (envoyprox…
…y#4228) Still more failures overnight. 1. Avoid doing mkdtemp() more than once per fuzz run. 2. Make sure we pickup failures in RELEASE_ASSERT line, we were losing messages in truncated logs on ClusterFuzz. 3. Use C++ level std::filesystem for directory creation for each fuzz test case. Hopefully this stabilizes or makes it clearer what is failing on ClusterFuzz. Risk level: Low Testing: bazel and oss-fuzz Docker server_fuzz_test. Signed-off-by: Harvey Tuch <htuch@google.com>
- Loading branch information
Showing
4 changed files
with
44 additions
and
26 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
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