Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11924 )
Change subject: [test] Clear the KuduClientCache between tests ...................................................................... [test] Clear the KuduClientCache between tests The KuduClientCache is a Scala object, effectively a singleton, that will live across tests. If the cache is not cleared between tests, client state and configurations could carry over from another test and cause failures that are difficult to debug. Change-Id: I1d989c00f9b0407e1db4b11df68080ef20cd471c Reviewed-on: http://gerrit.cloudera.org:8080/11924 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/KuduTestSuite.scala 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11924 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1d989c00f9b0407e1db4b11df68080ef20cd471c Gerrit-Change-Number: 11924 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
