As of now, tests are calling the NuxeoDrive.SetupIntegrationTests operation to create users and workspaces.
With the move to OpenShift for testing (NXDRIVE-1435), we will encounter errors because 3 OSes will talk to the server at the same time. It will break everything as users and workspaces are the same everywhere.
Before that move to OpenShift, we need to tweak tests setup to:
- create needed user for each tests
- create the workspace based on the OS name and the test name/function/whatever
- enable synchronization of that workspace for users that need it
- clean-up everything at the end of the test
- is duplicated by
-
NXDRIVE-1423 (timebox) Speed-up testing
- Resolved
- is related to
-
NXDRIVE-2004 Allow to customize document types in tests
- Resolved
-
NXDRIVE-1542 Migrate old test files to the new format
- Resolved
-
NXDRIVE-2549 Tiny fix for test number display
- Resolved
-
NXDRIVE-1435 Run Nuxeo in a container for tests
- Resolved