abderrahim commented on code in PR #1972:
URL: https://github.com/apache/buildstream/pull/1972#discussion_r1854043865
##########
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:
Is this 16M. I'm not sure that's enough. But let's let the tests decide.
--
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]