-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Type: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebase
Description
Description
So far, we have been doing:
- Develop code and examples in
syft_flwr
orsyft_rds
- Test locally with
rds
'sstack = setup_rds_server
andstack.init_session
. This set up a shared SyftBox folder (without any syncing) to test things out locally. We can't test things like sync permission with this approach - Then set up different machines to test things out using the new
syftbox
Goal: Set up a the e2e
in rds
that uses the new syftbox
client (set up a local syftbox server and several clients), so with any new changes in rds
, we will have it run automatically to make sure that things still work. For example, with the new permissions PRs in syft-extras and rds,
it makes rds
's e2e test fail, since the new permission would work with the new syftbox
client, but fail for the old one
Metadata
Metadata
Assignees
Labels
Type: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebase