-
Notifications
You must be signed in to change notification settings - Fork 680
Extract Aspire.Hosting.Oracle.Tests #4943
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
Merged
Merged
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
485fcdd
Extract Aspire.Hosting.Oracle.Tests
sebastienros ba3663b
Merge branch 'main' into sebros/oracletests
sebastienros 56a2a4a
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros d6a8d4b
Remove E2E tests
sebastienros b5a8713
Test folder permissions
sebastienros c031eb1
Increase timeouts
sebastienros c74bdca
Increase timeout
sebastienros 502fe09
Merge remote-tracking branch 'origin/main' into sebros/oracletests
radical 52b99e9
Add OracleContainerFixture
sebastienros 6b674e1
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros 241db48
PR feedback
sebastienros 60199dc
Fix unit test
sebastienros 5cf3c8f
Bum test timeout
sebastienros f2eed7b
Override runsettings file
sebastienros 084bef2
Remove project reference
sebastienros 0cd4b0a
Merge branch 'main' into sebros/oracletests
sebastienros 71478c8
Remove fixture, increase eash test's timeout
sebastienros 76ec658
Attempt different retry approach
sebastienros 196e866
Merge branch 'main' into sebros/oracletests
sebastienros 4cd6625
Monitor database events
sebastienros bad66ce
Test different image
sebastienros b5f1efd
Update image
sebastienros b645712
Helix
sebastienros 66c3390
Remove Helix
sebastienros 342c993
Dump Oracle diagnotics files in logs
sebastienros cc60731
Merge branch 'main' into sebros/oracletests
sebastienros 9efbac9
No retries
sebastienros 9d41090
Do more connections attempts
sebastienros 4bf7abd
Run more tests
sebastienros 56bdb6f
Collect traces in all cases
sebastienros 1364a20
Log stderr
sebastienros dc512d2
Adding log
sebastienros 5829bb8
Merge branch 'main' into sebros/oracletests
sebastienros 73b6233
Keep the test which works
sebastienros cf04380
Update tests/Aspire.Hosting.Oracle.Tests/OracleFunctionalTests.cs
sebastienros 2cc78d6
Update csproj
sebastienros 1dd4f1c
Fix build
sebastienros 7c6c0c1
Increase Oracle timeout
sebastienros 9c457a7
More time
sebastienros fb19b49
Longer
sebastienros 872989d
Fix build
sebastienros 5343e35
Skip CanConnectAsync
sebastienros 1a4e523
Use faster docker image
sebastienros af9fe86
Add VerifyWithInitBindMount tests
sebastienros 8aaa8d2
Add WithDataBindMount tests
sebastienros 6e576ef
Update skip reason
sebastienros 5582948
Use SetUnixFileMode instead of chmod
sebastienros 27b3ea0
PR feedback
sebastienros 20bf3ef
Merge branch 'main' into sebros/oracletests
sebastienros ec0afa4
Return expected value for retries
sebastienros 4251e1d
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros b686c1f
React to testing changes in main
sebastienros c231f38
Don't use test registry
sebastienros 5cb9b06
Reuse DbContext instance
sebastienros c6e7d4f
Increase absolute test timeouts
sebastienros 6ff4a0e
Merge branch 'main' into sebros/oracletests
sebastienros b228b8e
Merge branch 'main' into sebros/oracletests
sebastienros 6b0d495
Make use of const message
sebastienros a548f7b
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros 1046ebc
Fix manifest test
sebastienros 7361476
Remove package references
sebastienros fcb2377
Use local runsettings to increase test timeout
sebastienros 28b7ba2
Merge branch 'main' into sebros/oracletests
sebastienros df9425e
Increase timeout on helix
sebastienros 80dc251
Merge branch 'main' into sebros/oracletests
sebastienros 10a209d
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros 3b017e0
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros fee8b0b
Update tests/testproject/TestProject.IntegrationServiceA/TestProject.…
sebastienros 402ab40
Update tests/Aspire.Hosting.Tests/Aspire.Hosting.Tests.csproj
sebastienros 52fa7a1
Update tests/Aspire.Hosting.Oracle.Tests/OracleFunctionalTests.cs
sebastienros b36e388
Update OracleFunctionalTests.cs
sebastienros 9124b16
Update tests/testproject/TestProject.IntegrationServiceA/TestProject.…
sebastienros b16c864
Update OracleFunctionalTests.cs
sebastienros d869131
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros 59b9dae
Remove CanConnectAsync
sebastienros f5d9001
Wait for stopped instances
sebastienros c3bb1b9
Disable functional tests
sebastienros baacfe5
Merge remote-tracking branch 'origin/main' into sebros/oracletests
sebastienros File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
tests/Aspire.Hosting.Oracle.Tests/Aspire.Hosting.Oracle.Tests.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>$(NetCurrent)</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Aspire.Hosting.AppHost\Aspire.Hosting.AppHost.csproj" /> | ||
<ProjectReference Include="..\Aspire.Hosting.Tests\Aspire.Hosting.Tests.csproj" /> | ||
<ProjectReference Include="..\..\src\Aspire.Hosting.Oracle\Aspire.Hosting.Oracle.csproj" /> | ||
<ProjectReference Include="..\..\src\Components\Aspire.Oracle.EntityFrameworkCore\Aspire.Oracle.EntityFrameworkCore.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="$(RepoRoot)src\Aspire.Hosting.Oracle\OracleContainerImageTags.cs" /> | ||
<Compile Include="$(SharedDir)VolumeNameGenerator.cs" Link="Utils\VolumeNameGenerator.cs" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.