pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
200 stars 43 forks source link

Enable TestConfigureSimpleValues #2553

Closed iwahbe closed 4 weeks ago

iwahbe commented 1 month ago

I'm unable to get the flake on my computer, even with --count 1000. The test wasn't previously running in parallel, so it shouldn't be an interaction with other tests.

I've added better asserts so we can see which result is unexpectedly nil. I think our best chance at fixing the test is to turn the test back on and then re-engage if/when it flakes again.

Part of investigating https://github.com/pulumi/pulumi-terraform-bridge/issues/2530

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.84%. Comparing base (b2722f6) to head (2cdf750). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2553 +/- ## ========================================== + Coverage 62.82% 62.84% +0.01% ========================================== Files 384 384 Lines 51726 51728 +2 ========================================== + Hits 32498 32507 +9 + Misses 17406 17400 -6 + Partials 1822 1821 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.