FLUME-2980 : Automated concurrent Kafka offset migration test#96
FLUME-2980 : Automated concurrent Kafka offset migration test#96umesh9794 wants to merge 2 commits intoapache:trunkfrom
Conversation
(cherry picked from commit 053be50)
|
Tests are passing locally on trunk : Command: Running org.apache.flume.channel.kafka.TestKafkaChannel Results : |
|
The tests pass fine, but there are checkstyle violations causing the build to fail: |
|
Thanks @harishreedharan for your comment. Actually in the committed TestKafkaChannel.java file there are no such violations which are pointed by Travis. May I request you to verify the first one at least, which is for 900 line and 18 column? |
|
|
||
| @Test | ||
| public void testAutomaticOffsetsMigration() throws Exception { | ||
| String group="testMigrateOffsets-kafka"; |
There was a problem hiding this comment.
Hi @umesh9794,
Here is an example for violation: missing spaces around '='. I don't know why Trevis is different to github in aspect of the reported line numbers (after applying your patch seem to me that Trevis was correct). You can check style locally by executing mvn clean install -DskipTests
(cherry picked from commit 053be50)
|
Thanks @simonati for pointing the checkstyle issues. Please review the updated commit. |
|
Can one of the admins verify this patch? |
travis: make pili-base follow travis-branch
No description provided.