Lukas Menzel created SPARK-30079: ------------------------------------ Summary: Tests fail in environments with locale different from en_US Key: SPARK-30079 URL: https://issues.apache.org/jira/browse/SPARK-30079 Project: Spark Issue Type: Bug Components: Build, Tests Affects Versions: 3.0.0 Environment: any environment, with non-english locale and/or different separators for numbers. Reporter: Lukas Menzel
Tests fail on systems with different locale than en_US. Assertions regarding messages of exceptions fail, because they are localized by Java depending on the system environment. (e.g org.apache.spark.deploy.SparkSubmitSuite) Other tests fail because of assertions about formatted numbers, which use a different separators (see [https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html]) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org