juergbi commented on code in PR #1972:
URL: https://github.com/apache/buildstream/pull/1972#discussion_r1854056967
##########
tests/testutils/casd.py:
##########
@@ -20,7 +20,13 @@
@contextmanager
def casd_cache(path, messenger=None):
casd = CASDProcessManager(
- str(path), os.path.join(str(path), "..", "logs", "_casd"),
CASLogLevel.WARNING, None, None, True, None
+ str(path),
+ os.path.join(str(path), "..", "logs", "_casd"),
+ CASLogLevel.WARNING,
+ 16 * 1024 * 1024,
Review Comment:
Yes, it seems to be enough for the tests but can increase it if you think
this doesn't leave enough headroom. (The Buildbarn test failure is not related
to this branch, I'll fix that separately.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]