-
Notifications
You must be signed in to change notification settings - Fork 118
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Breaking change of null keeper values between 3.3.2 and 3.4.0 #305
Conversation
…integer resource (#303)
…ce.UseStateForUnknown when no default values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes outside mine look good to me 🚀
@@ -50,7 +50,7 @@ jobs: | |||
name: 'Acc. Tests (OS: ${{ matrix.os }} / TF: ${{ matrix.terraform }})' | |||
needs: build | |||
runs-on: ${{ matrix.os }} | |||
timeout-minutes: 15 | |||
timeout-minutes: 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for this pull request, but we can try to avoid this ever growing timeout issue by switching testing to using resource.ParallelTest()
(which calls (*testing.T).Parallel()
under the hood) and passing the -parallel
flag to the go test
command.
Co-authored-by: Brian Flad <[email protected]>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Closes: #303