Re: Questions regarding committing code to Malhar

2015-12-29 Thread Thomas Weise
Yes, they are configured to be skipped as they require manual setup. You can run them locally with -DskipTests=false Also, when you submit your pull request Travis CI will automatically run all the tests that are enabled. You would see any related problems in the build status. Thomas On Tue, Dec

Re: Questions regarding committing code to Malhar

2015-12-29 Thread Perumal, Nithin
The testing files are currently in the test folder for the twitter demo. Would these tests still be skipped? Thank You, Nithin From: Sandeep Deshmukh Sent: Tuesday, December 29, 2015 11:20 PM To: users@apex.incubator.apache.org Subject: Re: Questions regardi

Re: Questions regarding committing code to Malhar

2015-12-29 Thread Sandeep Deshmukh
You should not be checking in your credentials into the repository. A user, if needs to run this, will need to create his/her credentials and use the application. If your code is in malhar-contrib, it will be automatically skipped from unit testing cycle. Regards, Sandeep On Wed, Dec 30, 2015 at

Questions regarding committing code to Malhar

2015-12-29 Thread Perumal, Nithin
I have fixed the demos that were not working the last time I submitted a pull request to Malhar. I also made a number of the improvements asked for on my last pull request, but I need to have a couple of questions answered before I can resubmit my files: 1. For each additional twitter-demo fe