Skip to content
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 our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v3.74.0 release #13322

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Prepare for v3.74.0 release #13322

merged 1 commit into from
Jun 29, 2023

Conversation

justinvp
Copy link
Member

No description provided.

@justinvp justinvp added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Jun 29, 2023
@justinvp justinvp requested a review from a team June 29, 2023 16:18
@justinvp
Copy link
Member Author

bors merge

bors bot added a commit that referenced this pull request Jun 29, 2023
13322: Prepare for v3.74.0 release r=justinvp a=justinvp



Co-authored-by: Justin Van Patten <jvp@justinvp.com>
@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Build failed:

@justinvp
Copy link
Member Author

The hosted runner: windows-16core-2022_be37ea1ffd86 lost communication with the server.

bors merge p=1

bors bot added a commit that referenced this pull request Jun 29, 2023
13322: Prepare for v3.74.0 release r=justinvp a=justinvp



Co-authored-by: Justin Van Patten <jvp@justinvp.com>
@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Build failed:

  • bors-ok

@justinvp
Copy link
Member Author

bors retry

bors bot added a commit that referenced this pull request Jun 29, 2023
13322: Prepare for v3.74.0 release r=justinvp a=justinvp



Co-authored-by: Justin Van Patten <jvp@justinvp.com>
@justinvp
Copy link
Member Author

Unexpected HTTP response: 500 downloading Node

bors retry

@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Already running a review

@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Build failed:

@justinvp
Copy link
Member Author

bors retry

bors bot added a commit that referenced this pull request Jun 29, 2023
13322: Prepare for v3.74.0 release r=justinvp a=justinvp



Co-authored-by: Justin Van Patten <jvp@justinvp.com>
@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Build failed:

abhinav added a commit that referenced this pull request Jun 29, 2023
TestCreatingProjectWithEmptyConfig appears to be broken on master:

```
=== Failed
=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (0.00s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig

=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (re-run 1) (0.28s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig
```

As seen in #13323 and the attempts to land #13322.

To reduce likelihood of "name already exists" errors,
generate a random name for all tests where the name is currently based
on the name of the temporary directory.

Also, change all manually managed temporary directories
(with an unchecked error) to `t.TempDir()` -- making the testing package
handle cleanup of the temporary directories.
bors bot added a commit that referenced this pull request Jun 29, 2023
13325: test: Attempt to fix TestCreatingProjectWithEmptyConfig r=abhinav a=abhinav

TestCreatingProjectWithEmptyConfig appears to be broken on master:

```
=== Failed
=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (0.00s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig

=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (re-run 1) (0.28s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig
```

As seen in #13323 and the attempts to land #13322.

To reduce likelihood of "name already exists" errors,
generate a random name for all tests where the name is currently based
on the name of the temporary directory.

Also, change all manually managed temporary directories
(with an unchecked error) to `t.TempDir()` -- making the testing package
handle cleanup of the temporary directories.

Note: The randomly generated directory name is used
only in cases where the name of the directory was used as input
in the rest of the test.

Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
abhinav added a commit that referenced this pull request Jun 29, 2023
TestCreatingProjectWithEmptyConfig appears to be broken on master:

```
=== Failed
=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (0.00s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig

=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (re-run 1) (0.28s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig
```

As seen in #13323 and the attempts to land #13322.

To reduce likelihood of "name already exists" errors,
generate a random name for all tests where the name is currently based
on the name of the temporary directory.

Also, change all manually managed temporary directories
(with an unchecked error) to `t.TempDir()` -- making the testing package
handle cleanup of the temporary directories.
bors bot added a commit that referenced this pull request Jun 29, 2023
13325: test: Attempt to fix TestCreatingProjectWithEmptyConfig r=abhinav a=abhinav

TestCreatingProjectWithEmptyConfig appears to be broken on master:

```
=== Failed
=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (0.00s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig

=== FAIL: cmd/pulumi TestCreatingProjectWithEmptyConfig (re-run 1) (0.28s)
    new_test.go:330:
        	Error Trace:	/home/runner/work/pulumi/pulumi/pkg/cmd/pulumi/new_test.go:330
        	Error:      	Received unexpected error:
        	            	A project with this name already exists
        	Test:       	TestCreatingProjectWithEmptyConfig
```

As seen in #13323 and the attempts to land #13322.

To reduce likelihood of "name already exists" errors,
generate a random name for all tests where the name is currently based
on the name of the temporary directory.

Also, change all manually managed temporary directories
(with an unchecked error) to `t.TempDir()` -- making the testing package
handle cleanup of the temporary directories.

Note: The randomly generated directory name is used
only in cases where the name of the directory was used as input
in the rest of the test.

Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
@justinvp
Copy link
Member Author

bors retry

@bors
Copy link
Contributor

bors bot commented Jun 29, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 7edd2da into master Jun 29, 2023
6 checks passed
@bors bors bot deleted the justin/v3.74.0 branch June 29, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants