Skip to content

Add create test suite command to gc infra. #4803

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

WangyangZhou90
Copy link
Contributor

Add ReliabilityFrameworkTestCreateTestsSuiteCommand to GC Infra.

@shimingsg shimingsg requested a review from Copilot May 22, 2025 02:59
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.

Pull Request Overview

This PR adds a new command to create a test suite for the Reliability Framework within the GC Infrastructure. Key changes include:

  • Registering a new command in Program.cs.
  • Adding multiple configuration and script files for reliability tests.
  • Implementing the ReliabilityFrameworkTestCreateTestsSuiteCommand and supporting utilities and configuration parsing.

Reviewed Changes

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

Show a summary per file
File Description
Program.cs Added using statement and registration for the new reliability test command.
GC.Infrastructure.csproj Added new non-code files related to the Reliability Framework tests.
.config, TestingScript..txt Added XML and script files for different test configurations and environments.
ReliabilityFrameworkTestCreateTestSuiteCommand.cs Implementation of the new test suite creation command.
Utilities.cs Minor refactoring to file and directory copying functions.
Configuration and Test Suite Creator files Added parsing and asset generation functions for the test suite.
ReliabilityFrameworkTestCreateSuite.yaml New YAML configuration file for the test suite.
Comments suppressed due to low confidence (1)

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure/Commands/ReliabilityFrameworkTest/ReliabilityFrameworkTestCreateTestSuiteCommand.cs:10

  • The class name 'ReliabilityFrameworkTestCreateTestsSuiteCommand' contains an extra 's' compared to the file name 'ReliabilityFrameworkTestCreateTestSuiteCommand.cs'. Consider renaming the class to 'ReliabilityFrameworkTestCreateTestSuiteCommand' for consistency.
public sealed class ReliabilityFrameworkTestCreateTestsSuiteCommand :

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.

1 participant