winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.07k stars 198 forks source link

`wing test` prints unclear logs when batch testing #5362

Open garysassano opened 11 months ago

garysassano commented 11 months ago

I tried this:

wing test -t tf-gcp examples/tests/sdk_tests/bucket/*.test.w

This happened:

https://github.com/winglang/wing/assets/10464497/f1d5214d-2c96-4a5f-a3cd-cc3842208f1a

I expected this:

I expected to see logs structured like:

- compiled X
- terraform init X
- terraform apply X
- terraform destroy X

Instead there doesn't seem to be any order being followed, with operations being logged multiple times.

Is there a workaround?

No response

Anything else?

No response

Wing Version

0.54.10

Node.js Version

No response

Platform(s)

No response

Community Notes

garysassano commented 11 months ago

A different order of logs printed to shell, still very confusionary.

image