-
Notifications
You must be signed in to change notification settings - Fork 288
Add support for dedupe statuses in isolated #3316
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
50 commits
Select commit
Hold shift + click to select a range
eb8f4c4
first commit, will add e2e tests in the next one
939f980
Merge branch 'dev' into stevosyan/add-dedupe-statuses
28bd993
added the e2e tests:
56c9551
removing unnecessary changes
9145d44
made hellocities more succinct
c1a7805
missed instance ID assignment
7bfde01
PR comment updates
c22d39f
fixing whitespace
73e34ba
removed linked cancellation token use
a90d03e
updated the exception handling in the e2e test to only catch Orchestr…
5f07dea
Merge branch 'dev' into stevosyan/add-dedupe-statuses
ca2d617
removing question comments
ab99f05
removed unnecessary usings
4aaccc2
fixing a comment
6d5ee8c
updating the terminating poll to end if the orchestration reaches any…
ff08413
updated HTTP request to include cancellation token
ff30220
fixing the build bug
8b4c17a
fixed CreateTaskOrchestration overrides to ultimately call the same m…
aad6002
PR comments:
33d0f63
updating the termination poll logic to use WaitForOrchestration
ffc19f9
Merge branch 'dev' into stevosyan/add-dedupe-statuses
0f0f28d
Adding an ArgumentException for invalid dedupe statuses (any running …
dc29240
added support to terminate existing running instances for restart
142e172
Merge branch 'dev' into stevosyan/add-dedupe-statuses
7e53ac6
Update src/WebJobs.Extensions.DurableTask/HttpApiHandler.cs
sophiatev ac48ed7
Update test/e2e/Tests/Tests/DedupeStatusesTests.cs
sophiatev 25d8932
Update test/e2e/Tests/Tests/RestartOrchestrationTests.cs
sophiatev b608832
fixing the typoe
583c22e
added log assertions to the tests, removed the huge RestartOrchestrat…
d530408
Update test/e2e/Apps/BasicJava/src/main/java/com/function/HelloCities…
sophiatev 2ea3890
fixing the build warnings and addressing PR comments
4850850
Merge branch 'dev' into stevosyan/add-dedupe-statuses
cda3ae0
removing the version specified in one of the package references in VS…
5f1a596
further fixing the nuget build errors
2c0af1e
continuing the nuget attempts, addressing some copilot comments
8959fcf
fixed the failing test
513376d
updated .NET SDK dependencies
5c76266
Merge branch 'dev' into stevosyan/add-dedupe-statuses
d478db5
attempting to fix the e2e dts and mssql errors
fc60b13
Update test/e2e/Apps/BasicPowerShell/LargeOutputOrchestrator/run.ps1
sophiatev 7d3ecfc
moving the placement of the log checks in the restart tests to try to…
371bc48
added conditional skip on the Suspended status for MSSQL since it doe…
ef4f298
changing the logic in the restart test to wait for the restart to com…
da873e5
Update test/e2e/Apps/BasicNode/src/functions/LargeOutputOrchestrator.ts
sophiatev e630439
more changes to try to fix the flakiness in the tests
5d54f01
missed a pending case in DedupeStatusesTests
d25c05c
fixing the ScheduledStartTime typo in the tests
b9a7453
updated the DTS and MSSQL dependencies which unblocked certain test c…
2fbc898
Merge branch 'dev' into stevosyan/add-dedupe-statuses
0bdca81
updated the mssql dependency to the working package
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
Some comments aren't visible on the classic Files Changed page.
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
Oops, something went wrong.
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.