Github user omaralvarez commented on the issue:
https://github.com/apache/flink/pull/2063
Yes, I know that how python scripts are executed for the test is different.
Let me elaborate:
Since running the tests are quite costly in my laptop, I normally test my
changes executing them in a local instance of Flink 1.0.3, since this is less
taxing. Once I complete the changes, I run `mvn verify`. The problem is that
when I call `pyflink2.sh test_main.py utils.py, the module that I pass to the
test script, is ignored unless I use HDFS, in which case, everything works fine.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---