Dongjoon Hyun created SPARK-25726:
-------------------------------------
Summary: Flaky test: SaveIntoDataSourceCommandSuite.`simpleString
is redacted`
Key: SPARK-25726
URL: https://issues.apache.org/jira/browse/SPARK-25726
Project: Spark
Issue Type: Bug
Components: SQL, Tests
Affects Versions: 2.3.0, 2.2.1, 2.4.0
Reporter: Dongjoon Hyun
The test case fails because the used password string `123` matches `@41230802`.
{code:java}
SaveIntoDataSourceCommandSuite:
- simpleString is redacted *** FAILED ***
"SaveIntoDataSourceCommand
org.apache.spark.sql.execution.datasources.jdbc.JdbcRelationProvider@41230802,
Map(password -> *********(redacted), url -> *********(redacted), driver ->
mydriver), ErrorIfExists
+- Range (0, 1, step=1, splits=Some(2))
" contained "123" (SaveIntoDataSourceCommandSuite.scala:42){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]