InigoSJ commented on a change in pull request #15106:
URL: https://github.com/apache/beam/pull/15106#discussion_r661775610
##########
File path: sdks/python/apache_beam/io/fileio_test.py
##########
@@ -320,6 +321,71 @@ def test_transform_on_gcs(self):
label='Assert Checksums')
+class MatchContinuouslyTest(_TestCaseWithTempDirCleanUp):
+ def test_with_deduplication(self):
+ files = []
+ tempdir = '%s%s' % (self._new_tempdir(), os.sep)
+
+ # Create a file to be matched before pipeline
+ files.append(self._create_temp_file(dir=tempdir))
+ # Add file name that will be created mid-pipeline
+ files.append(FileSystems.join(tempdir, 'extra'))
+
+ interval = 1
Review comment:
To add, `PeriodicImpulse` tests, use `TestPipeline` and not
`TestStream`, I guess it should be the same here
--
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]