-
Notifications
You must be signed in to change notification settings - Fork 312
General maintenance and tidying to ensure tests pass. #136
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
42f08f8
Add M1 support and update dependencies.
tillahoffmann af90598
Restrict to pubsub client < 2 because of breaking changes.
tillahoffmann 81ea050
Add platform option.
tillahoffmann e508486
Improve error messages.
tillahoffmann 23a7016
Clean up database tests.
tillahoffmann 9ce79b0
Add missing skipif reason.
tillahoffmann 1313fb2
Various changes to make tests pass.
tillahoffmann c7c2991
Fix linting errors.
tillahoffmann fd0aeb9
Fail fast given long test cycle.
tillahoffmann 39ed555
Only use pymssql for arm.
tillahoffmann 110c213
Only use azure sql edge image for arm.
tillahoffmann 3c82174
Use pymssql instead of pyodbc.
tillahoffmann 13ceee8
Add ConnectionError to list of transient errors.
tillahoffmann e7133a1
Add BrokenPipeError to transient errors.
tillahoffmann 908160b
Mark kafka tests as failing.
tillahoffmann e9f44fc
Simplify Kafka configuration.
tillahoffmann b9e5129
Use pymssql in container.
tillahoffmann 0121385
Merge remote-tracking branch 'upstream/master' into m1
tillahoffmann da601d2
Resolve dependency conflict with flake8.
tillahoffmann 5f09312
Partially revert `kafka` changes.
tillahoffmann b39a51a
Fix `rabbitmq` readiness probe.
tillahoffmann 14cb82f
Merge remote-tracking branch 'upstream/master' into m1
tillahoffmann 2431c9e
Add ValueError to transient kafka errors.
tillahoffmann 5e2723b
Merge branch 'master' into m1
tillahoffmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
-e file:.[docker-compose,mysql,oracle,postgresql,selenium,google-cloud-pubsub,mongo,redis,mssqlserver,neo4j,kafka,rabbitmq] | ||
codecov>=2.1.0 | ||
flake8 | ||
flake8<3.8.0 # 3.8.0 adds a dependency on importlib-metadata which conflicts with other packages. | ||
pytest | ||
pytest-cov | ||
sphinx | ||
docker<4.3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WORKDIR /workspace
twice?