You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2018-08-23 21:05:44.628][22433][critical][assert] test/test_common/environment.cc:54] assert failure: ::mkdtemp(test_tmpdir) != nullptr. Details: Failed to create tmpdir /tmp/envoy_test_tmp.LBSV5i No space left on device
Thoughts on how we can be hitting this in ClusterFuzz? We started to run into issues like this after recently switching to using mkdtemp to attempt to give each fuzz test its own area of the filesystem, to reduce the chance of interactions between independent test cases.
The text was updated successfully, but these errors were encountered:
From https://oss-fuzz.com/v2/testcase-detail/5644730562510848:
Thoughts on how we can be hitting this in ClusterFuzz? We started to run into issues like this after recently switching to using
mkdtemp
to attempt to give each fuzz test its own area of the filesystem, to reduce the chance of interactions between independent test cases.The text was updated successfully, but these errors were encountered: