-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 unit tests #8553
Merged
Merged
Fix unit tests #8553
Changes from 57 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
d2bcc5d
[tests] fix pyttest error - cannot collect syft function
yashgorana 6987e0e
[tests] use fake redis
yashgorana 15f102a
[tests] use in-memory mongo
yashgorana 6ec98cd
[tests] fix pytest scope issue
yashgorana cc39bcc
Merge branch 'dev' into yash/fix-tests
yashgorana 7541de8
[tests] fix pytest spawning multiple servers
yashgorana 766cdd3
[tests] pytest_unconfigure can happen anytime
yashgorana a1930a6
[tests] use docker mongo
yashgorana 9daf3a3
Merge branch 'dev' into yash/fix-tests
yashgorana 92ad5c1
[tests] common container prefix
yashgorana 126583d
Merge branch 'dev' into yash/fix-tests
yashgorana d0880fd
[tests] remove redis
yashgorana 7186b8d
Merge branch 'dev' into yash/fix-tests
kiendang f16f1db
Remove pytest_mock_resources as dependency
kiendang c70cc05
Merge branch 'dev' into yash/fix-tests
yashgorana 681d436
[tests] fix pytest-xdist race
yashgorana 8f2ba7c
[tests] comment out all joblib tests
yashgorana c3286a5
[tests] reduce thread overhead
yashgorana 963298d
[syft] capture migration_state error
yashgorana 8fa5acf
[tests] disable grouping
yashgorana f40ff10
[tests] fix some tests
yashgorana d5ce312
temp disable windows panic culprits
yashgorana 52dc637
[tests] move non-unit-tests to integration tests
yashgorana 499d7fc
[tests] re-enable lock tests
yashgorana f454c31
[tox] ordered exec of unit tests
yashgorana c866d9d
[tox] fix DOCKER_HOST on macOS
yashgorana abf3f8f
[tests] re-add xfail to win32 failing test
yashgorana a07d8bb
[tests] mongodb - best of both worlds
yashgorana f616bec
[tests] mongodb final changes
yashgorana 870e91b
Merge branch 'dev' into yash/fix-tests
yashgorana 0ed6a1d
[syft] fix SMTP_PORT string parse
yashgorana 385437e
[syft] label credentials volume
yashgorana 7a9a4ed
Merge branch 'dev' into yash/fix-tests
yashgorana e62a547
Merge branch 'dev' into yash/fix-tests
yashgorana 78bae28
[syft] fix linting
yashgorana e40e4d0
[tox] fix docker rm command
yashgorana 72f3312
[tests] fix merge conflict changes
yashgorana 667c377
[tests] move request multi-node to integration
yashgorana e411b57
[tests] revert use of faker
yashgorana cfefacc
Merge branch 'dev' into yash/fix-tests
yashgorana d01ccf9
[tests] zmq tweaks
yashgorana 13d0fdd
Merge branch 'dev' into yash/fix-tests
shubham3121 1e035b3
[tests] xfail numpy tests on 3.12
yashgorana 9697649
fix request multiple nodes test
teo-milea ef5baff
fix lint for tests
teo-milea fc10b16
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
teo-milea 9682c74
add trace result registry
koenvanderveen 1661e5a
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
koenvanderveen 1dd6462
raise valueerror if client is none
koenvanderveen ebf0595
changed TraceResult BaseModel to SyftBaseModel
teo-milea 6ce6cad
cleanup when plan building fails
koenvanderveen 1cdbfbe
merge
koenvanderveen 8431140
added __exclude_sync_diff_attrs__ and __repr_attrs__ to passthrough a…
teo-milea c0ab358
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
teo-milea 3792051
fix nested jobs function
koenvanderveen 4250ae3
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
koenvanderveen 83830c2
removed request_multiple_nodes_test unit test
teo-milea 679d4a5
Merge branch 'dev' into yash/fix-tests
shubham3121 8369a46
added timeout for wait and moves syft function test to integration
teo-milea 8c7de67
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
teo-milea 12f924c
Merge branch 'dev' into yash/fix-tests
teo-milea f8659f8
fix lint
teo-milea 14fafe4
Merge branch 'yash/fix-tests' of github.com:OpenMined/PySyft into yas…
teo-milea e4d331b
Merge branch 'dev' into yash/fix-tests
rasswanth-s 814b4fa
Merge branch 'dev' into yash/fix-tests
madhavajay 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 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 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 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 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 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 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 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 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 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 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 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.
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.
MAYBE: I think we could also remove unsed dependencies here like
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.
and I think pytest-asyncio is also not used
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.
agree
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.
Lets address in a smaller follow up PR.