Repository: bigtop Updated Branches: refs/heads/master 98f802a13 -> fc6aaaef7
BIGTOP-2245. TestFuseHCFS might fall on '+' op. involving String and GString; class name is wrong Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fc6aaaef Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fc6aaaef Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fc6aaaef Branch: refs/heads/master Commit: fc6aaaef7fd94b17db36f6b49db6a6b5c31e1193 Parents: 98f802a Author: Konstantin Boudnik <[email protected]> Authored: Fri Jan 15 14:29:24 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jan 15 14:29:24 2016 -0800 ---------------------------------------------------------------------- .../groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/fc6aaaef/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy index 2e06fbb..4b73e40 100644 --- a/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy +++ b/bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/hcfs/TestFuseHCFS.groovy @@ -281,7 +281,7 @@ public class TestFuseDFS { sh.exec("diff " + "${testdir}/${it} " + "${testdir}/targetdir/${it}"); assertTrue("Failed: Detected a difference between ${it} in " + - "${testdir} vs " + "the ${testdir}/targetdir diff=" + sh.out, + "${testdir} vs " + "the ${testdir}/targetdir diff=" + sh.out.join("\n"), sh.getRet().equals(0)); } }//validator
