Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve readability of CLI E2E test logging #14324

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

StephenWeatherford
Copy link
Contributor

@StephenWeatherford StephenWeatherford commented Jun 14, 2024

Even when passing these tests look like they're failing:

image

Changed so that warnings (at least experimental feature warnings) go to console.log instead of console.error.

Copy link
Contributor

github-actions bot commented Jun 14, 2024

Test this change out locally with the following install scripts (Action run 9701319145)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 9701319145
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 9701319145"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 9701319145
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 9701319145"

Copy link
Contributor

github-actions bot commented Jun 14, 2024

Dotnet Test Results

    72 files   -     35      72 suites   - 35   23m 18s ⏱️ - 13m 40s
10 879 tests  -     20  10 878 ✅  -     20  1 💤 ±0  0 ❌ ±0 
25 654 runs   - 12 823  25 652 ✅  - 12 822  2 💤  - 1  0 ❌ ±0 

Results for commit 416be35. ± Comparison against base commit 74dab7a.

♻️ This comment has been updated with latest results.

@StephenWeatherford StephenWeatherford merged commit 57823a8 into main Jun 27, 2024
44 checks passed
@StephenWeatherford StephenWeatherford deleted the sw/e2e-stderr branch June 27, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants