Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Fix flaky logs test #368

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Fix flaky logs test #368

merged 1 commit into from
Apr 7, 2023

Conversation

leg100
Copy link
Owner

@leg100 leg100 commented Apr 7, 2023

The caching of logs is an asynchronous operation and thus the integration test for retrieval of logs would occasionally receive only the first chunk, and not both as expected. This PR fixes by simply writing a single chunk for the test, since the test in question if testing the retrieval and not the persistence of logs.

@leg100 leg100 merged commit 0ee651b into master Apr 7, 2023
@leg100 leg100 deleted the fix-flaky-logs-test branch December 16, 2023 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant