[
https://issues.apache.org/jira/browse/LIVY-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-687:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> Several failing tests on master
> -------------------------------
>
> Key: LIVY-687
> URL: https://issues.apache.org/jira/browse/LIVY-687
> Project: Livy
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.6.0, 0.7.0
> Reporter: Ruslan Dautkhanov
> Priority: Major
> Fix For: 0.10.0
>
>
> Following 6 tests are failing on master
>
> {quote} * should print unicode correctly *** FAILED *** (81 milliseconds)
> ExecuteSuccess(JObject(List((text/plain,JString(âº))))) did not equal
> ExecuteSuccess(JObject(List((text/plain,JString(☺)))))
> (PythonInterpreterSpec.scala:272)
> * should execute `1 + 2` == 3 *** FAILED *** (3 seconds, 475 milliseconds)
> JObject(List((status,JString(error)), (execution_count,JInt(0)),
> (ename,JString(InterpreterError)), (evalue,JString(Fail to start
> interpreter)), (traceback,JArray(List())))) did not equal
> JObject(List((status,JString(ok)), (execution_count,JInt(0)),
> (data,JObject(List((text/plain,JString([1] 3)))))))
> (SparkRSessionSpec.scala:45)
> * should execute `x = 1`, then `y = 2`, then `x + y` *** FAILED *** (2
> seconds, 378 milliseconds)
> JObject(List((status,JString(error)), (execution_count,JInt(0)),
> (ename,JString(InterpreterError)), (evalue,JString(Fail to start
> interpreter)), (traceback,JArray(List())))) did not equal
> JObject(List((status,JString(ok)), (execution_count,JInt(0)),
> (data,JObject(List((text/plain,JString())))))) (SparkRSessionSpec.scala:62)
> * - should capture stdout from print *** FAILED *** (3 seconds, 218
> milliseconds)
> JObject(List((status,JString(error)), (execution_count,JInt(0)),
> (ename,JString(InterpreterError)), (evalue,JString(Fail to start
> interpreter)), (traceback,JArray(List())))) did not equal
> JObject(List((status,JString(ok)), (execution_count,JInt(0)),
> (data,JObject(List((text/plain,JString([1] "Hello World")))))))
> (SparkRSessionSpec.scala:106)
> - should capture stdout from cat *** FAILED *** (2 seconds, 409 milliseconds)
> JObject(List((status,JString(error)), (execution_count,JInt(0)),
> (ename,JString(InterpreterError)), (evalue,JString(Fail to start
> interpreter)), (traceback,JArray(List())))) did not equal
> JObject(List((status,JString(ok)), (execution_count,JInt(0)),
> (data,JObject(List((text/plain,JString(3))))))) (SparkRSessionSpec.scala:122)
> * - should report an error if accessing an unknown variable *** FAILED ***
> (2 seconds, 427 milliseconds)
> "[Interpreter]Error" was not equal to "[]Error" (SparkRSessionSpec.scala:132)
> * should execute `1 + 2 = 3` in R *** FAILED *** (3 seconds, 938
> milliseconds) JObject(List((status,JString(error)),
> (execution_count,JInt(0)), (ename,JString(InterpreterError)),
> (evalue,JString(Fail to start interpreter)), (traceback,JArray(List())))) was
> not equal to JObject(List((status,JString(ok)), (execution_count,JInt(0)),
> (data,JObject(List((text/plain,JString([1] 3)))))))
> (SharedSessionSpec.scala:124){quote}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)