Add artifact-aware analyze resume planning
This commit is contained in:
@@ -37,7 +37,7 @@ inputs:
|
||||
if storeInitCalls != 1 {
|
||||
t.Fatalf("object store init calls = %d, want 1", storeInitCalls)
|
||||
}
|
||||
if !strings.Contains(stdout.String(), "narratio session plan: workdir prepared") {
|
||||
if !strings.Contains(stdout.String(), "narratio session plan: read-only workdir") {
|
||||
t.Fatalf("stdout = %q, want plan output", stdout.String())
|
||||
}
|
||||
if _, ok := fake.Objects[remoteKey]; !ok {
|
||||
|
||||
Reference in New Issue
Block a user