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

initial scaffolding for api V20230900 #3047

Closed
wants to merge 26 commits into from

skeleton for v20230904

801f71c
Select commit
Loading
Failed to load commit list.
Closed

initial scaffolding for api V20230900 #3047

skeleton for v20230904
801f71c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI failed Jul 19, 2023 in 1h 21m 34s

Build #20230719.30 had test failures

Details

Tests

  • Failed: 2 (0.06%)
  • Passed: 3,497 (99.94%)
  • Other: 0 (0.00%)
  • Total: 3,499
Code coverage

  • 9430 of 17485 lines covered (53.93%)

Annotations

Check failure on line 302 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

Build log #L302

Bash exited with code '2'.

Check failure on line 1 in TestStepRunner/A_Condition_that_returns_a_timeout_error_causes_a_different_failure_from_a_timed_out_Condition

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

TestStepRunner/A_Condition_that_returns_a_timeout_error_causes_a_different_failure_from_a_timed_out_Condition

Failed
Raw output
=== RUN   TestStepRunner/A_Condition_that_returns_a_timeout_error_causes_a_different_failure_from_a_timed_out_Condition
    runner_test.go:241: got error 'timed out waiting for the condition', but wanted error 'condition encountered internal timeout: timed out waiting for the condition'
    runner_test.go:245: logging mismatch:
        got:
        time="2023-07-19T22:27:09Z" level=info msg="running step [Action github.com/Azure/ARO-RP/pkg/util/steps.successfulFunc]"
        time="2023-07-19T22:27:09Z" level=info msg="running step [Condition github.com/Azure/ARO-RP/pkg/util/steps.internalTimeoutCondition, timeout 50ms]"
        time="2023-07-19T22:27:09Z" level=error msg="step [Condition github.com/Azure/ARO-RP/pkg/util/steps.internalTimeoutCondition, timeout 50ms] encountered error: timed out waiting for the condition"
        
        problems:
        log 2, field msg, Expected
            <string>: "...ror: timed ..."
        to equal               |
            <string>: "...ror: condit..."
    --- FAIL: TestStepRunner/A_Condition_that_returns_a_timeout_error_causes_a_different_failure_from_a_timed_out_Condition (0.00s)

Check failure on line 1 in TestStepRunner

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

TestStepRunner

Failed
Raw output
=== RUN   TestStepRunner
--- FAIL: TestStepRunner (0.16s)