This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new d4d0004 Fix failed tests in TimestampParserTest when running locally
(#9997)
d4d0004 is described below
commit d4d00043383172bf393513fb33e95918807bb10c
Author: BIGrey <[email protected]>
AuthorDate: Thu Jun 11 00:19:38 2020 +0800
Fix failed tests in TimestampParserTest when running locally (#9997)
* fix failed tests in TimestampPaserTest due to timezone
* remove unneeded -Duser.country=US
Co-authored-by: huagnhui.bigrey <[email protected]>
---
core/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/pom.xml b/core/pom.xml
index 627b3af..839d19b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -394,6 +394,7 @@
<argLine>
@{jacocoArgLine}
-Djava.library.path=${project.build.directory}/hyperic-sigar-${sigar.base.version}/sigar-bin/lib/
+ -Duser.language=en
</argLine>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]