@@ -258,13 +258,13 @@ func TestResourceClusterCreate_WithLibraries(t *testing.T) {
258258 Package : "seaborn==1.2.4" ,
259259 },
260260 },
261- Status : compute .LibraryFullStatusStatusPending ,
261+ Status : compute .LibraryInstallStatusPending ,
262262 },
263263 {
264264 Library : & compute.Library {
265265 Whl : "dbfs://baz.whl" ,
266266 },
267- Status : compute .LibraryFullStatusStatusInstalled ,
267+ Status : compute .LibraryInstallStatusInstalled ,
268268 },
269269 },
270270 },
@@ -281,13 +281,13 @@ func TestResourceClusterCreate_WithLibraries(t *testing.T) {
281281 Package : "seaborn==1.2.4" ,
282282 },
283283 },
284- Status : compute .LibraryFullStatusStatusInstalled ,
284+ Status : compute .LibraryInstallStatusInstalled ,
285285 },
286286 {
287287 Library : & compute.Library {
288288 Whl : "dbfs://baz.whl" ,
289289 },
290- Status : compute .LibraryFullStatusStatusInstalled ,
290+ Status : compute .LibraryInstallStatusInstalled ,
291291 },
292292 },
293293 },
@@ -304,13 +304,13 @@ func TestResourceClusterCreate_WithLibraries(t *testing.T) {
304304 Package : "seaborn==1.2.4" ,
305305 },
306306 },
307- Status : compute .LibraryFullStatusStatusInstalled ,
307+ Status : compute .LibraryInstallStatusInstalled ,
308308 },
309309 {
310310 Library : & compute.Library {
311311 Whl : "dbfs://baz.whl" ,
312312 },
313- Status : compute .LibraryFullStatusStatusInstalled ,
313+ Status : compute .LibraryInstallStatusInstalled ,
314314 },
315315 },
316316 },
@@ -1072,13 +1072,13 @@ func TestResourceClusterUpdate_LibrariesChangeOnTerminatedCluster(t *testing.T)
10721072 Library : & compute.Library {
10731073 Jar : "dbfs://foo.jar" ,
10741074 },
1075- Status : compute .LibraryFullStatusStatusInstalled ,
1075+ Status : compute .LibraryInstallStatusInstalled ,
10761076 },
10771077 {
10781078 Library : & compute.Library {
10791079 Egg : "dbfs://bar.egg" ,
10801080 },
1081- Status : compute .LibraryFullStatusStatusInstalled ,
1081+ Status : compute .LibraryInstallStatusInstalled ,
10821082 },
10831083 },
10841084 },
@@ -1107,15 +1107,15 @@ func TestResourceClusterUpdate_LibrariesChangeOnTerminatedCluster(t *testing.T)
11071107 Library : & compute.Library {
11081108 Egg : "dbfs://bar.egg" ,
11091109 },
1110- Status : compute .LibraryFullStatusStatusInstalled ,
1110+ Status : compute .LibraryInstallStatusInstalled ,
11111111 },
11121112 {
11131113 Library : & compute.Library {
11141114 Pypi : & compute.PythonPyPiLibrary {
11151115 Package : "requests" ,
11161116 },
11171117 },
1118- Status : compute .LibraryFullStatusStatusInstalled ,
1118+ Status : compute .LibraryInstallStatusInstalled ,
11191119 },
11201120 },
11211121 },
@@ -1628,7 +1628,7 @@ func TestReadOnStoppedClusterWithLibrariesDoesNotFail(t *testing.T) {
16281628 Library : & compute.Library {
16291629 Jar : "foo.bar" ,
16301630 },
1631- Status : compute .LibraryFullStatusStatusPending ,
1631+ Status : compute .LibraryInstallStatusPending ,
16321632 },
16331633 },
16341634 },
@@ -1665,14 +1665,14 @@ func TestRefreshOnRunningClusterWithFailedLibraryUninstallsIt(t *testing.T) {
16651665 Library : & compute.Library {
16661666 Jar : "foo.bar" ,
16671667 },
1668- Status : compute .LibraryFullStatusStatusFailed ,
1668+ Status : compute .LibraryInstallStatusFailed ,
16691669 Messages : []string {"fails for the test" },
16701670 },
16711671 {
16721672 Library : & compute.Library {
16731673 Whl : "bar.whl" ,
16741674 },
1675- Status : compute .LibraryFullStatusStatusInstalled ,
1675+ Status : compute .LibraryInstallStatusInstalled ,
16761676 },
16771677 },
16781678 },
0 commit comments