KevinGG commented on a change in pull request #16555:
URL: https://github.com/apache/beam/pull/16555#discussion_r788154044
##########
File path: sdks/python/apache_beam/runners/interactive/cache_manager_test.py
##########
@@ -215,6 +215,21 @@ def test_load_saved_pcoder(self):
type(self.cache_manager.load_pcoder('full', 'a key')),
type(coders.registry.get_coder(int)))
+ def test_cache_manager_uses_ib_specified_cache_dir(self):
Review comment:
Could you please add an additional test for both cache manager
implementations when the cache dir is explicitly set to a local file path?
For example, "/tmp/it-test/", then you can actually verify if a cache dir
and additional cache files are created by creating a pipeline with interactive
runner and call ib.collect.
--
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]