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

[load] baseline trends | sas download #6

Merged
merged 9 commits into from
Dec 24, 2024

Conversation

mbhardwaj-msft
Copy link
Owner

@mbhardwaj-msft mbhardwaj-msft commented Dec 19, 2024


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@mbhardwaj-msft mbhardwaj-msft marked this pull request as ready for review December 20, 2024 09:48
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 41 out of 52 changed files in this pull request and generated 1 comment.

Files not reviewed (11)
  • src/load/HISTORY.rst: Language not supported
  • src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml: File too large
  • src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml: File too large
  • src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml: Evaluated as low risk
  • src/load/azext_load/tests/latest/constants.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test/commands.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test/params.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/utils.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/argtypes.py: Evaluated as low risk
  • src/load/azext_load/tests/latest/helper.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test_run/custom.py: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/load/azext_load/data_plane/load_test/custom.py:352

  • Ensure that the response_time_aggregate parameter is one of the allowed values in AllowedTrendsResponseTimeAggregations to prevent invalid values from being used.
response_time_aggregate=AllowedTrendsResponseTimeAggregations.MEAN.value,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 40 out of 51 changed files in this pull request and generated no comments.

Files not reviewed (11)
  • src/load/HISTORY.rst: Language not supported
  • src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml: File too large
  • src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml: File too large
  • src/load/azext_load/tests/latest/constants.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/argtypes.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/constants.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/models.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/utils.py: Evaluated as low risk
  • src/load/azext_load/tests/latest/helper.py: Evaluated as low risk
  • src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml: Evaluated as low risk
  • src/load/azext_load/tests/latest/test_load_baseline_trends.py: Evaluated as low risk
Comments suppressed due to low confidence (2)

src/load/azext_load/data_plane/load_test/custom.py:310

  • The function set_baseline should have corresponding test cases to ensure its correctness.
def set_baseline(

src/load/azext_load/data_plane/load_test/custom.py:347

  • The function compare_to_baseline should have corresponding test cases to ensure its correctness.
def compare_to_baseline(
Copy link

@mitsha-microsoft mitsha-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting on fixing the client side filtering.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 40 out of 52 changed files in this pull request and generated 1 comment.

Files not reviewed (12)
  • src/load/HISTORY.rst: Language not supported
  • src/load/azext_load/tests/latest/recordings/test_load_test_list.yaml: File too large
  • src/load/azext_load/tests/latest/recordings/test_load_test_show.yaml: File too large
  • src/load/azext_load/tests/latest/recordings/test_load_test_create_with_args.yaml: Evaluated as low risk
  • src/load/azext_load/tests/latest/constants.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test/commands.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test/params.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/utils.py: Evaluated as low risk
  • src/load/azext_load/tests/latest/helper.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/argtypes.py: Evaluated as low risk
  • src/load/azext_load/data_plane/load_test_run/custom.py: Evaluated as low risk
  • src/load/azext_load/data_plane/utils/models.py: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/load/azext_load/tests/latest/test_load_baseline_trends.py:167

  • The method '_configure_command_assert_exception' is defined twice in the file, which can lead to confusion and potential errors.
def _configure_command_assert_exception(self, message, is_show_trends=False):

@mbhardwaj-msft mbhardwaj-msft merged commit 7c99b99 into mbhardwaj/azload-20241127 Dec 24, 2024
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.

3 participants