You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2019/01/28 10:49:00 UTC

[jira] [Created] (DRILL-7009) Lots of tests are locale-specific. Enforce en_US locale for now.

Vladimir Sitnikov created DRILL-7009:
----------------------------------------

             Summary: Lots of tests are locale-specific. Enforce en_US locale for now.
                 Key: DRILL-7009
                 URL: https://issues.apache.org/jira/browse/DRILL-7009
             Project: Apache Drill
          Issue Type: Bug
          Components:  Server, Tools, Build &amp; Test
    Affects Versions: 1.15.0
            Reporter: Vladimir Sitnikov


Lots of tests fail for locale reasons when running {{mvn test}} in ru_RU locale.

I suggest to enforce en_US for now so {{mvn test}} works at least

For instance:
{noformat}
[ERROR] Failures:
[ERROR]   TestDurationFormat.testCompactSecMillis:58->validateDurationFormat:43 expected:<4[,]545s> but was:<4[.]545s>
[ERROR]   TestDurationFormat.testCompactTwoDigitMilliSec:48->validateDurationFormat:43 expected:<0[,]045s> but was:<0[.]045s>
[ERROR]   TestValueVectorElementFormatter.testFormatValueVectorElementAllDateTimeFormats:142 expected:<[Mon, Nov] 5, 2012> but was:<[Пн, ноя] 5, 2012>
[ERROR]   TestValueVectorElementFormatter.testFormatValueVectorElementDateValidPattern:83 expected:<[Mon, Nov] 5, 2012> but was:<[Пн, ноя] 5, 2012>
[ERROR] Errors:
[ERROR]   TestFunctionsQuery.testToCharFunction:567 »  After matching 0 records, did not...
[ERROR]   TestSelectivity.testFilterSelectivityOptions » UserRemote PARSE ERROR: Encount...
[ERROR]   TestVarDecimalFunctions.testCastDecimalDouble:724->BaseTestQuery.testRunAndReturn:341 » Rpc
[ERROR]   TestVarDecimalFunctions.testCastDoubleDecimal:694->BaseTestQuery.testRunAndReturn:341 » Rpc
[ERROR]   TestVarDecimalFunctions.testDecimalToChar:775 »  at position 0 column '`s1`' m...
[ERROR]   TestTopNSchemaChanges.testMissingColumn:192 »  org.apache.drill.common.excepti...
[ERROR]   TestTopNSchemaChanges.testNumericTypes:82 »  org.apache.drill.common.exception...
[ERROR]   TestTopNSchemaChanges.testUnionTypes:162 »  org.apache.drill.common.exceptions...
[ERROR]   TestMergeJoinWithSchemaChanges.testNumericStringTypes:192->BaseTestQuery.testRunAndReturn:341 » Rpc
[ERROR]   TestMergeJoinWithSchemaChanges.testNumericTypes:114->BaseTestQuery.testRunAndReturn:341 » Rpc
[ERROR]   TestMergeJoinWithSchemaChanges.testOneSideSchemaChanges:348->BaseTestQuery.testRunAndReturn:341 » Rpc
[ERROR]   TestExternalSort.testNumericTypesLegacy:49->testNumericTypes:113 »  org.apache...
[ERROR]   TestExternalSort.testNumericTypesManaged:44->testNumericTypes:113 »  org.apach...
[ERROR]   TestImageRecordReader.testAviImage:101->createAndQuery:50 »  at position 0 col...
[ERROR]   TestImageRecordReader.testBmpImage:56->createAndQuery:50 »  at position 0 colu...
[ERROR]   TestImageRecordReader.testEpsImage:121->createAndQuery:50 »  at position 0 col...
[ERROR]   TestImageRecordReader.testJpegImage:71->createAndQuery:50 »  at position 0 col...
[ERROR]   TestImageRecordReader.testMovImage:111->createAndQuery:50 »  at position 0 col...
[ERROR]   TestImageRecordReader.testPngImage:81->createAndQuery:50 »  at position 0 colu...
[ERROR]   TestImageRecordReader.testPsdImage:86->createAndQuery:50 »  at position 0 colu...
[INFO]
[ERROR] Tests run: 3723, Failures: 4, Errors: 20, Skipped: 157
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Drill Root POM 1.16.0-SNAPSHOT .............. SUCCESS [  6.470 s]
[INFO] tools/Parent Pom ................................... SUCCESS [  0.928 s]
[INFO] tools/freemarker codegen tooling ................... SUCCESS [  6.004 s]
[INFO] Drill Protocol ..................................... SUCCESS [  5.090 s]
[INFO] Common (Logical Plan, Base expressions) ............ SUCCESS [  5.898 s]
[INFO] Logical Plan, Base expressions ..................... SUCCESS [  5.662 s]
[INFO] exec/Parent Pom .................................... SUCCESS [  0.696 s]
[INFO] exec/memory/Parent Pom ............................. SUCCESS [  0.569 s]
[INFO] exec/memory/base ................................... SUCCESS [  3.380 s]
[INFO] exec/rpc ........................................... SUCCESS [  1.782 s]
[INFO] exec/Vectors ....................................... SUCCESS [  6.364 s]
[INFO] contrib/Parent Pom ................................. SUCCESS [  0.487 s]
[INFO] contrib/data/Parent Pom ............................ SUCCESS [  0.604 s]
[INFO] contrib/data/tpch-sample-data ...................... SUCCESS [  2.891 s]
[INFO] exec/Java Execution Engine ......................... FAILURE [26:24 min]
[INFO] exec/JDBC Driver using dependencies ................ SKIPPED{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)