Open thomaska opened 7 years ago
I came across this too... looks like this very old commit is the trouble maker: https://github.com/qubole/streamx/commit/fa79dbe3f8b8c8ae390f3316a01c7dee1615369e#diff-c57a69bf802558795c71d33cbeb0a740R33
I suppose this project is rather "dead" and not much consideration for passing tests ...
@thomaska yes, the tests need to be fixed. I will get it fixed this week. Other than that, StreamX works fine. Can you skipTests now and follow the README to try out in distributed mode.
@PraveenSeluka thanks! Yes this is what I am already doing, but I would like to add some functionality along with some tests and I wasn't able to ran all tests to see if I broke anything. Thanks again!
I am trying to run the tests locally. I just cloned the project, ran
mvn test
and I get 35 errors. All of them have to do withUnknown configuration 's3.url'
. Moreover the stacktrace for one of those errors:I have tried adding the
s3.url
inquickstart-hdfs.properties
with no luck. Is this a known issue maybe? Am I missing something obvious?UPDATE: It seems that the tests don't pick up the files under
config/
folder and they fail because the specific config has no default. Any ideas?Any help would be greatly appreciated!