OK, I managed to get [a run to complete](https://storage.googleapis.com/runsascoded-tmp/beam-portable-flink-vr-tests/ecd1ac085a/index.html):
 Notes on getting it to run: - I increased my local Docker image size to 256GB (from 64GB) - I also ran `docker container prune -f` multiple times during the run - idk if either of the above are necessary or sufficient - `docker system df` is also useful to determine how full the image is. Notes on the results: - 10 more cases are passing since I started this PR - possibly due to fixes I added for unittests over the course of this PR - or other OOB changes - runtime is much worse! 2h30m. seems like nothing to be done there atm, and is related to an increased number of containers being created (thanks for explaining @angoenka) [ Full content available at: https://github.com/apache/beam/pull/6328 ] This message was relayed via gitbox.apache.org for [email protected]
