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

Implement fix for failing test for loading CSVDataSet from S3 bucket #68

Merged

Conversation

jmholzer
Copy link
Contributor

@jmholzer jmholzer commented Nov 1, 2022

Signed-off-by: Jannic Holzer [email protected]

Description

Resolves #67

Development notes

Discovered that the source of the bug is another bug in moto (tested with moto==4.0.8, moto==3.0.4). Changing order of tests, so that TestCSVDataSetS3::test_load_and_confirm runs before TestCSVDataSet::test_protocol_usage avoids encountering the bug.

Checklist

  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the relevant RELEASE.md file
  • Added tests to cover my changes

@jmholzer jmholzer requested a review from noklam November 1, 2022 16:55
@jmholzer jmholzer changed the title Change order of tests Implement fix for failing test for loading CSVDataSet from S3 bucket Nov 1, 2022
@jmholzer jmholzer force-pushed the fix-failing-test-for-loading-CSVDataSet-from-S3-bucket branch from 8c1d1c0 to b2b52b8 Compare November 2, 2022 20:21
Copy link
Contributor

@noklam noklam left a comment

Choose a reason for hiding this comment

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

Thank you for looking into this.

@jmholzer jmholzer merged commit c794a11 into main Nov 8, 2022
@jmholzer jmholzer deleted the fix-failing-test-for-loading-CSVDataSet-from-S3-bucket branch November 8, 2022 16:15
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.

Fix failing test for loading CSVDataSet from S3 bucket
2 participants