-
Notifications
You must be signed in to change notification settings - Fork 609
Fix tests #9077
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: main
Are you sure you want to change the base?
Fix tests #9077
Conversation
0831eaf
to
eba0481
Compare
eba0481
to
42232dd
Compare
This is ready to merge |
@@ -38,6 +38,9 @@ | |||
<_CreateRunsheet Condition=" '$(_RequiresPackages)' != 'true' and '$(FullE2e)' != 'true' ">true</_CreateRunsheet> | |||
|
|||
<_CreateRunsheet Condition=" '$(MSBuildProjectName)' == 'Aspire.Templates.Tests' ">false</_CreateRunsheet> | |||
|
|||
<!-- FIXME: temporary workaround for https://github.com/Azure/azure-functions-dotnet-worker/issues/2969 --> | |||
<_PreCommand Condition=" '$(MSBuildProjectName)' == 'Aspire.Playground.Tests' ">./dotnet.sh build "%24(pwd)/playground/AzureFunctionsEndToEnd/AzureFunctionsEndToEnd.Functions/AzureFunctionsEndToEnd.Functions.csproj" -c $(Configuration) /p:SkipUnstableEmulators=true && </_PreCommand> |
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.
Now that we have these command lines being generated per project, we should have this kind of project-specific stuff in the test projects themselves.
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.
This crossed my mind too, but I'm unsure how discoverable that may be.
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.
This is not going to be a common thing to do. And documentation can help with discoverability. But the customizations belong with the specific projects, IMHO.
Could you please do a new run because of the changes pushed after the last one? |
42232dd
to
f81aeb3
Compare
This is a clean rebase. |
Get the two failing tests running in GHA using the runsheet.