我跟随contribution-guide使用Apache Beam来设置我的开发环境。该项目编译良好,但是当我运行mvn verify
时,我总是遇到失败:
[错误]测试运行:2,失败:1,错误:0,跳过:0,时间 经过时间:60.315秒<<<失败! - 在 org.apache.beam.runners.apex.examples.WordCountTest [ERROR] testWordCountExample(org.apache.beam.runners.apex.examples.WordCountTest) 经过的时间:32.259秒<<<失败! java.lang.AssertionError:结果 文件存在于org.junit.Assert.fail(Assert.java:88)
当我通过IntelliJ运行测试org.apache.beam.runners.apex.examples.WordCountTest
时,所有断言都会通过。我觉得断言中的竞争条件是失败的。我错过了设置环境的东西吗?