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

Fjern unødvendig behov brukt under lagring av ekstern IM #734

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

bjerga
Copy link
Contributor

@bjerga bjerga commented Oct 29, 2024

Vi trenger ikke behov i rivers som kun er med i en asynkron flyt.

@bjerga bjerga requested a review from a team as a code owner October 29, 2024 13:43
@@ -91,7 +90,7 @@ class LagreEksternImRiverTest :
context("ignorerer melding") {
withData(
mapOf(
"melding med uønsket behov" to Pair(Key.BEHOV, BehovType.HENT_VIRKSOMHET_NAVN.toJson()),
// "melding med uønsket behov" to Pair(Key.BEHOV, BehovType.HENT_VIRKSOMHET_NAVN.toJson()),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Skal kommenteres inn igjen ganske snart.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

bestemmendeFravaersdag = Key.BESTEMMENDE_FRAVAERSDAG.lesOrNull(LocalDateSerializer, json),
journalpostId = Key.JOURNALPOST_ID.les(String.serializer(), json),
)
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Smyger med denne endringen, som forbereder fjerning av enda et behov som kun brukes i den asynke flyten.

@bjerga
Copy link
Contributor Author

bjerga commented Oct 31, 2024

Testet OK.

@bjerga bjerga merged commit b4250b8 into main Nov 1, 2024
75 checks passed
@bjerga bjerga deleted the dev/fjern-behov-lagre-eim branch November 1, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants