helpful-salesclerk-86050
07/26/2023, 7:20 PMenough-analyst-54434
07/26/2023, 7:33 PMhelpful-salesclerk-86050
07/26/2023, 7:35 PMhelpful-salesclerk-86050
07/26/2023, 7:36 PMhelpful-salesclerk-86050
07/26/2023, 7:37 PMenough-analyst-54434
07/26/2023, 7:39 PMWhat about a pants run call with a python program, any intermediates pulled from the remote cache?I'm not sure. There are several
run
goal semantics IIRC.
Based on your description then the storage needs for the remote cache with just pants test are pretty small, right? Since it’s not caching the test files just the result and input metadata?I think our Python test process outputs include junit.xml by default, so those files IIRC - but still not too big. If you enable coverage, then those files too.
helpful-salesclerk-86050
07/26/2023, 7:40 PMenough-analyst-54434
07/26/2023, 7:41 PMenough-analyst-54434
07/26/2023, 7:43 PMenough-analyst-54434
07/26/2023, 7:44 PMbetter-van-82973
07/26/2023, 7:47 PMhelpful-salesclerk-86050
07/26/2023, 7:51 PMhappy-kitchen-89482
07/26/2023, 8:29 PMpants run
process isn't cachedhappy-kitchen-89482
07/26/2023, 8:29 PMhappy-kitchen-89482
07/26/2023, 8:30 PMpants run
somethinghappy-kitchen-89482
07/26/2023, 8:30 PMhelpful-salesclerk-86050
07/26/2023, 8:31 PMhappy-kitchen-89482
07/26/2023, 8:37 PMhappy-kitchen-89482
07/26/2023, 8:38 PMBased on your description then the storage needs for the remote cache with just pants test are pretty small, right? Since it’s not caching the test files just the result and input metadata?This is inaccurate, since many intermediate process inputs and outputs may be cached.