-
Notifications
You must be signed in to change notification settings - Fork 138
create combined list of tests, did ome manual verification, Fixes AB#3421522 #2432
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
base: dev
Are you sure you want to change the base?
Conversation
|
✅ Work item link check complete. Description contains link AB#3421522 to an Azure Boards work item. |
1 similar comment
|
✅ Work item link check complete. Description contains link AB#3421522 to an Azure Boards work item. |
There was a problem hiding this 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 reorganizes test files by moving broker-related update tests from the msalonly package to the broker package, removes several test files, updates test parameterization, and adds a new comprehensive test case documentation file. The changes reduce the overall test count from 115 to 76 (a 34% decrease) by consolidating and removing redundant tests.
Changes:
- Moved three update test classes from
msalonly/updatetobroker/updatepackage - Removed 8 test files (6 from msalonly and 2 from broker packages)
- Updated test parameterization in cross-cloud tests to remove AZURE_US_GOV configuration
- Added comprehensive test case summary documentation
- Updated common subproject commit reference
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| TestCaseUpdateLTW.kt | Package declaration updated from msalonly to broker |
| TestCaseUpdateCompanyPortal.kt | Package declaration updated from msalonly to broker |
| TestCaseUpdateAuthenticator.kt | Package declaration updated from msalonly to broker |
| TestCase1420484.java | Removed AZURE_US_GOV from test parameters with TODO comment |
| TestCase99656.java | Deleted entire test file for MFA authentication flow |
| TestCase497044.java | Deleted entire test file for interactive auth with force_login and MFA |
| TestCase497038.java | Deleted entire test file for cross-app SSO with system browser |
| TestCase1561080.java | Deleted entire test file for WPJ device state testing |
| MSALCustomBrokerInstallationTemplateTest.java | Deleted entire template test file |
| TestCase1561185.java | Deleted entire test file for joined PKeyAuth flow |
| TestCase1420494.java | Removed AZURE_US_GOV from test parameters with TODO comment |
| TestCaseSummary_Compact.md | Added new documentation file outlining test consolidation plan |
| common | Updated subproject commit reference |
| mGuestHomeAzureEnvironment = guestHomeAzureEnvironment; | ||
| } | ||
|
|
||
| // TODO US GOV COVERED BY OTHER TESTS, UPDATE ADO ITEM |
Copilot
AI
Jan 16, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'ome' to 'some' in the PR title.
AB#3421522