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

[Consumption] #28274

Closed
wants to merge 1 commit into from

update

a20cf8e
Select commit
Loading
Failed to load commit list.
Closed

[Consumption] #28274

update
a20cf8e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Azure Pipelines / Azure.azure-cli Full Test failed Jan 30, 2024 in 20m 43s

Build #20240130.24 had test failures

Details

Tests

  • Failed: 6 (0.05%)
  • Passed: 10,792 (89.98%)
  • Other: 1,196 (9.97%)
  • Total: 11,994

Annotations

Check failure on line 1495 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

Build log #L1495

Bash exited with code '1'.

Check failure on line 1500 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

Build log #L1500

Bash exited with code '1'.

Check failure on line 1 in test_consumption_event_list

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

test_consumption_event_list

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>

    def test_consumption_event_list(self):
>       output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>

    def test_consumption_event_list(self):
>       output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError

Check failure on line 1 in test_consumption_lot_list

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

test_consumption_lot_list

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>

    def test_consumption_lot_list(self):
>       output_lot = self.cmd('consumption lot list --billing-account-id {} --billing-profile-id {}').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:234: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
val = 'consumption lot list --billing-account-id {} --billing-profile-id {}'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>

    def test_consumption_lot_list(self):
>       output_lot = self.cmd('consumption lot list --billing-account-id {} --billing-profile-id {}').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:234: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list>
val = 'consumption lot list --billing-account-id {} --billing-profile-id {}'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError

Check failure on line 1 in test_consumption_event_list

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

test_consumption_event_list

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>

    def test_consumption_event_list(self):
>       output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>

    def test_consumption_event_list(self):
>       output_event = self.cmd('consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:229: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_event_list>
val = 'consumption event list --billing-account-id {} --billing-profile-id {} -s "2019-09-01" -e "2019-10-31"'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError

Check failure on line 1 in test_consumption_lot_list_with_customer_id

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.azure-cli Full Test

test_consumption_lot_list_with_customer_id

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>

    def test_consumption_lot_list_with_customer_id(self):
>       output_lot = self.cmd('consumption lot list --billing-account-id {} --customer-id {}').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
val = 'consumption lot list --billing-account-id {} --customer-id {}'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError
Raw output
self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>

    def test_consumption_lot_list_with_customer_id(self):
>       output_lot = self.cmd('consumption lot list --billing-account-id {} --customer-id {}').get_output_in_json()

src/azure-cli/azure/cli/command_modules/consumption/tests/latest/test_consumption_commands.py:239: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
src/azure-cli-testsdk/azure/cli/testsdk/base.py:174: in cmd
    command = self._apply_kwargs(command)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <azure.cli.command_modules.consumption.tests.latest.test_consumption_commands.AzureConsumptionServiceScenarioTest testMethod=test_consumption_lot_list_with_customer_id>
val = 'consumption lot list --billing-account-id {} --customer-id {}'

    def _apply_kwargs(self, val):
        try:
>           return val.format(**self.kwargs)
E           IndexError: Replacement index 0 out of range for positional args tuple

src/azure-cli-testsdk/azure/cli/testsdk/base.py:41: IndexError