2017-05-24 19 views
0

を失敗して実行する方法:私はMavenのために、次のテストケースの失敗は、次のように構築してきたMavenのテストケース

Failed tests: 
    testDestinationExistsAndSameFileWindows(org.apache.flume.client.avro.TestSpoolingFileLineReader): Platform not recognized 
    testIncludePattern(org.apache.flume.client.avro.TestReliableSpoolingFileEventReader): Expected 5 files in working dir 
    testIgnorePattern(org.apache.flume.client.avro.TestReliableSpoolingFileEventReader): Expected 5 files in working dir 
    testIncludeExcludePatternNoConflict(org.apache.flume.client.avro.TestReliableSpoolingFileEventReader): Expected 5 files in working dir 
    testIncludeExcludePatternConflict(org.apache.flume.client.avro.TestReliableSpool 

ingFileEventReader): Expected 5 files in working dir 

Tests run: 410, Failures: 5, Errors: 0, Skipped: 2 
. 
. 
    [INFO] Apache Flume ....................................... SUCCESS [ 1.453 s] 
    [INFO] Flume NG SDK ....................................... SUCCESS [ 5.688 s] 
    [INFO] Flume NG Configuration ............................. SUCCESS [ 2.438 s] 
    [INFO] Flume Auth ......................................... SUCCESS [ 10.654 s] 
    [INFO] Flume NG Core ...................................... FAILURE [ 8.792 s] 

私は次のようにだけ失敗したtestDestinationExistsAndSameFileWindowsのテストケースを実行しようとした:

MVNテスト-Dtest = testDestinationExistsAndSameFileWindows テストが実行されていませんでした!ログ内

誰でもmavenで失敗したtestcase manualyだけを実行する正しいコマンドを手伝ってもらえますか?

答えて

0

testDestinationExistsAndSameFileWindowsはクラスではありません。 そのテストケースには、次を使用します。 mvn test -Dtest = org.apache.flume.client.avro.TestSpoolingFileLineReader