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

Fix Oban option, split operations in CSV import export test #5139

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

apata
Copy link
Contributor

@apata apata commented Mar 4, 2025

Changes

This probably doesn't fix the flakiness with this test suite (which I managed to reproduce locally, see Basecamp card), but it fixes Oban options in the test (https://hexdocs.pm/oban/Oban.html#drain_queue/2-options) and clarifies the private unzip testing function to better show what part of the operation failed.

@apata apata force-pushed the csv-flaky-test-attempt branch from 40756b2 to 06be244 Compare March 4, 2025 15:47
assert {:ok, files} =
:zip.unzip(to_charlist(Path.join(tmp_dir, "plausible-export.zip")),
Copy link
Contributor

Choose a reason for hiding this comment

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

Alternative: #5164

@apata apata force-pushed the csv-flaky-test-attempt branch from 06be244 to 3012a2e Compare March 31, 2025 09:04
@apata apata added this pull request to the merge queue Mar 31, 2025
Merged via the queue into master with commit 55982d6 Mar 31, 2025
8 checks passed
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.

3 participants