mirror of https://github.com/databricks/cli.git
update TestDeployBasicBundleLogs
This commit is contained in:
parent
8254d1150d
commit
0c3def861a
|
@ -226,6 +226,7 @@ func TestDeployBasicBundleLogs(t *testing.T) {
|
||||||
|
|
||||||
stdout, stderr := blackBoxRun(t, ctx, root, "bundle", "deploy")
|
stdout, stderr := blackBoxRun(t, ctx, root, "bundle", "deploy")
|
||||||
assert.Equal(t, strings.Join([]string{
|
assert.Equal(t, strings.Join([]string{
|
||||||
|
fmt.Sprintf("Error: failed to delete /Workspace/Users/%s/.bundle/%s/artifacts/.internal: unable to delete filer root", currentUser.UserName, uniqueId),
|
||||||
fmt.Sprintf("Uploading bundle files to /Workspace/Users/%s/.bundle/%s/files...", currentUser.UserName, uniqueId),
|
fmt.Sprintf("Uploading bundle files to /Workspace/Users/%s/.bundle/%s/files...", currentUser.UserName, uniqueId),
|
||||||
"Deploying resources...",
|
"Deploying resources...",
|
||||||
"Updating deployment state...",
|
"Updating deployment state...",
|
||||||
|
|
Loading…
Reference in New Issue