Confirmed users
3,727
edits
No edit summary |
|||
| Line 128: | Line 128: | ||
"server" is just localhost | "server" is just localhost | ||
"database" is a default or new database for use with the Sync server | "database" is a default or new database for use with the Sync server | ||
= Running the Sync 1.1 Tests = | |||
* Once the build is complete, you can run the test as follows | |||
$ make test | |||
* If everything runs as expected, you should see the following: | |||
bin/nosetests -s --with-xunit deps/server-core/services/tests | |||
deps/server-reg/syncreg/tests deps/server-storage/syncstorage/tests | |||
............................................................etc....... | |||
---------------------------------------------------------------------- | |||
Ran 177 tests in 33.031s | |||
OK | |||
* The tests are located in the following directories: | |||
** /opt/sync/server-full/deps/*/*/tests | |||
* Note: Remember to cleanup after the test by deleted some db files in /tmp | |||
rm /tmp/sync.db /tmp/tests*.db | |||
= Starting the Sync Server = | = Starting the Sync Server = | ||