-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Remove MusicStore (E2E tests have been disabled since Mar 2019) #26940
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
Comments
Given that these tests have not been running for this long, they seem to add no value. We already have alternative mechanisms for testing. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
What else covers this level of integration testing? |
CTI tests have been used to capture some of the E2E scenarios we previously had with MusicStore. Are there scenarios these tests cover that aren't captured by CTI (I know for example targeting specific operating systems such as Windows Server Nano is one of them)? If they are reasonable we should consider adding CTI coverage for it. |
FYI there's an outstanding ask to remove the OAuth credentials from the app because they're trigger automated alerts. aspnetcore/src/MusicStore/samples/MusicStore/Startup.cs Lines 87 to 121 in f83817e
We should just remove the whole app at this point. |
Agree with Chris, it's simpler from a compliance perspective to kill it, making it compliant would involve moving creds to an approved secret mechanism, and then putting the creds for the secret mechanism in a deployment pipeline which you'd need to keep up to date. @mkArtakMSFT / @pranavkm if this could be killed as a matter of urgency it'd make life easier for the MSRC threat hunting folks to concentrate on real issue. |
https://github.com/dotnet/aspnetcore/blob/master/src/MusicStore/test/MusicStore.E2ETests/MusicStore.E2ETests.csproj#L10.
The text was updated successfully, but these errors were encountered: