Grant Henke has uploaded this change for review. ( 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 --- M java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/KuduTestSuite.scala 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/11924/1 -- 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: newchange Gerrit-Change-Id: I1d989c00f9b0407e1db4b11df68080ef20cd471c Gerrit-Change-Number: 11924 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
