Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: remove state information from apply#21373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 13 commits intomainfromstevenmasley/tf_state
Dec 22, 2025
Merged

Conversation

@Emyrk
Copy link
Member

No description provided.

Comment on lines 3190 to 3196
logsCh,closeLogs,err:=member.WorkspaceBuildLogsAfter(ctx,build.ID,0)
t.Cleanup(func() {
_=closeLogs.Close()
})
forlog:=rangelogsCh {
assert.NotContains(t,log.Output,"The terraform plan does not exist, there is nothing to do")
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This is what I used in combination withgit bisect to get here.

Emyrk reacted with thumbs up emoji
Comment on lines -437 to -438
// state is the provisioner state (if any)
bytesstate=6;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

note: this is just in the provisioner proto and not in the provisionerd proto, so this should mean we don't need to touch the version?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We do not need to bump the version 👍

@EmyrkEmyrk marked this pull request as ready for reviewDecember 22, 2025 14:56
Comment on lines +1302 to +1303
apply:=applyComplete.Type.(*proto.Response_Apply)
require.NotEmpty(t,apply.Apply.State,"state exists")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

note: added during debugging but keeping around

logger:=slogtest.Make(t,&slogtest.Options{IgnoreErrors:false})
dv:=coderdtest.DeploymentValues(t)

db,ps:=dbtestutil.NewDB(t)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nit: this was me debugging, we don't need this

@EmyrkEmyrkenabled auto-merge (squash)December 22, 2025 15:07
@EmyrkEmyrk merged commit61d7d29 intomainDec 22, 2025
33 checks passed
@EmyrkEmyrk deleted the stevenmasley/tf_state branchDecember 22, 2025 16:18
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsDec 22, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

@spikecurtisspikecurtisAwaiting requested review from spikecurtisspikecurtis is a code owner

Assignees

@EmyrkEmyrk

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@Emyrk@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp