Skip to content
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

Prevent reporting dups on worker restart #3771

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Conversation

SergeyGaluzo
Copy link
Contributor

Add extra checks to prevent reporting dups. Fixes
https://microsofthealth.visualstudio.com/Health/_workitems/edit/118113

@SergeyGaluzo SergeyGaluzo added Bug Bug bug bug. Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs Schema Version unchanged labels Mar 25, 2024
@SergeyGaluzo SergeyGaluzo added this to the S137 milestone Mar 25, 2024
@SergeyGaluzo SergeyGaluzo requested a review from a team as a code owner March 25, 2024 04:48
@@ -332,6 +334,94 @@ public async Task GivenIncrementalLoad_WhenOutOfOrder_ThenCurrentDatabaseVersion
Assert.Equal(GetLastUpdated("2001"), result.Resource.Meta.LastUpdated); // version 1 imported
}

[Fact(Skip = "requires new stored procedures")]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which new stored procedures? Is there a work item number that can be put here so we know when these can be enabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not now. It depends on results of future discussion on whether behaviors in the skipped tests are desirable or not.

LTA-Thinking
LTA-Thinking previously approved these changes Mar 25, 2024
@SergeyGaluzo SergeyGaluzo enabled auto-merge (squash) March 25, 2024 17:33
@SergeyGaluzo SergeyGaluzo merged commit 49a0379 into main Mar 25, 2024
43 checks passed
@SergeyGaluzo SergeyGaluzo deleted the users/sergal/importdups branch March 25, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure Healthcare APIs Label denotes that the issue or PR is relevant to the FHIR service in the Azure Healthcare APIs Bug Bug bug bug. Schema Version unchanged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants