gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.5k stars 1.33k forks source link

Latest release v0.41.12 broke all of our testcases. #1256

Open ashishamway opened 1 year ago

ashishamway commented 1 year ago

All of our testcases broke when we start using latest version v0.41.12 with below error. All were working fine till v0.41.11. We are using go version 1.14 and terraform version 1.3.3

test_codebuild_setup tested by
    test_codebuild_setup.test imports
    github.com/gruntwork-io/terratest/modules/terraform imports
    github.com/gruntwork-io/terratest/modules/opa imports
    github.com/hashicorp/go-getter imports
    github.com/klauspost/compress/zstd tested by
    github.com/klauspost/compress/zstd.test imports
    github.com/klauspost/compress/zip tested by
    github.com/klauspost/compress/zip.test imports
    testing/fstest: package testing/fstest is not in GOROOT (/opt/actions-runner/_work/_tool/go/1.14.15/x64/src/testing/fstest)
denis256 commented 1 year ago

Hello, will be helpful to have an example project which shows broken tests after upgrading to v0.41.12