Thomas Gummerer
Thomas Gummerer
/run-acceptance-tests Please view the results of the acceptance tests [Here](https://github.com/pulumi/pulumi/actions/runs/7181947436)
> Is this something you ever saw? These results are just some heartbeat output, that prevents GitHub actions from timing out if there is no other output for too long....
> Please let me know if there is something I can do from my side. Thanks again! I'd actually appreciate if you could try to do this locally, sorry if...
This just flaked again (the error message looks slightly different, so I'm posting it here): ``` === FAIL: integration TestConstructComponentConfigureProviderPython (41.74s) io.go:432: + set -euo pipefail io.go:432: + DONEFILE=.done io.go:432:...
From the `os.Rename` docs: "Even within the same directory, on non-Unix platforms Rename is not an atomic operation." For programtests we do a `pulumi login` for every test with the...
@Zaid-Ajaj is the change in `GetRoot()` here actually necessary? Setting it to `/` will make the engine `Chdir` to that directory, and I think the only way to work around...
@oskarwilliams I'm currently starting to try and investigate and hopefully fix this issue. To help me reproduce the issue, I was wondering if you would be willing to share a...
To expand a little bit on the above, discussing this internally, we have a suspicion that this has to do with unknown values in the Provider config. If there are...
Interesting, thanks for coming back to us here. So `providerName`, `fleetName` and `region` are not pulumi outputs, just regular strings/enums? I'm still puzzled what could be happening here. Also interested,...
Oh yeah output from pulumi cloud might be useful! If you could share the "Summary" and "Diagnostics" section from the "Updates" tab from the failed deployments that would be super...