pulumi/pkg/testing/integration
Matt Ellis c506549a25 Remove MustFprintf in favor of explicitly dropping errors
In travis, we've seen cases where writes to our standard streams
results in an error like: `/dev/stderr: resource temporarily
unavailable` which causes the tests to panic.

Now, in a perfect world, writes to /dev/stderr would not fail in this
way, but we do not live in a perfect world. Other processes on the
machine may make stderr/stdout non-blocking. We've are now seeing this
failure in Travis more often and it is masking real Pulumi failures
we want to debug.
2018-01-16 18:33:44 -08:00
..
command.go Remove MustFprintf in favor of explicitly dropping errors 2018-01-16 18:33:44 -08:00
program.go Remove MustFprintf in favor of explicitly dropping errors 2018-01-16 18:33:44 -08:00
program_test.go AssertNoError instead of Assert(err == nil) 2018-01-08 13:46:21 -08:00
pulumi.go Fix cloud tests 2017-12-03 06:34:06 -08:00
s3reporter.go Reparameterize NewUniqueHex/ID 2017-12-10 07:44:11 -08:00
util.go Restructure test framework to ease multiple languages (#799) 2018-01-12 17:10:53 -08:00