pulumi/tests
Kyle Dixler f84c985b5f
[sdk/go] deduplicate go error logs (#10347)
This PR deduplicates error messages for the Go SDK on program failures and uses exit status 32 for pulumi Go programs to indicate that an error has been logged and that the engine should Bail and not print any more output.
2022-09-06 16:44:29 -07:00
..
benchmarks/go-alias-norm Release v3.37.0 2022-07-27 12:28:58 +01:00
examples Update all references to pulumi so that source-map-support isn't deprecated anymore (#10032) 2022-07-01 20:31:57 +02:00
integration [sdk/go] deduplicate go error logs (#10347) 2022-09-06 16:44:29 -07:00
testprovider Allow attaching to running providers (#8979) 2022-04-19 12:41:18 +01:00
README.md Update tests and add integration test 2021-08-24 14:29:27 -07:00
about_test.go test: fix regex used to test Go version output in about command. (#10499) 2022-08-29 11:53:03 -07:00
config_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
go.mod Release v3.39.1 2022-09-02 17:35:02 +02:00
go.sum [cli] Improve Windows reliability with dependency update to ssh-agent (#10486) 2022-08-25 09:19:12 -07:00
history_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
login_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
main_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_test.go test: use `T.Setenv` to set env vars in tests (#10234) 2022-07-24 10:41:44 +01:00

README.md

Integration Tests

This module provides integration tests for the Pulumi CLI.

The tests can be run via:

make test_all