Repository: calcite Updated Branches: refs/heads/master a02590f2f -> ce0514690
[CALCITE-1894] CsvTest.testCsvStream failing often: add @Ignore since the test is known to fail Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/ce051469 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/ce051469 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/ce051469 Branch: refs/heads/master Commit: ce0514690d65c00c0a57c3f942c41050108a395b Parents: a02590f Author: Vladimir Sitnikov <[email protected]> Authored: Tue Sep 18 11:25:58 2018 +0300 Committer: Vladimir Sitnikov <[email protected]> Committed: Tue Sep 18 11:25:58 2018 +0300 ---------------------------------------------------------------------- example/csv/src/test/java/org/apache/calcite/test/CsvTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/ce051469/example/csv/src/test/java/org/apache/calcite/test/CsvTest.java ---------------------------------------------------------------------- diff --git a/example/csv/src/test/java/org/apache/calcite/test/CsvTest.java b/example/csv/src/test/java/org/apache/calcite/test/CsvTest.java index 5542169..703e813 100644 --- a/example/csv/src/test/java/org/apache/calcite/test/CsvTest.java +++ b/example/csv/src/test/java/org/apache/calcite/test/CsvTest.java @@ -846,6 +846,7 @@ public class CsvTest { } } + @Ignore("CALCITE-1894: there's a bug in the test code, so it does not test what it should") @Test(timeout = 10000) public void testCsvStream() throws Exception { final File file = File.createTempFile("stream", "csv"); final String model = "{\n"
