QA/Sync/Sync Server Install CentOS: Difference between revisions

Jump to navigation Jump to search
m (s/deployment/development/)
Line 118: Line 118:
  Starting server in PID 5952.
  Starting server in PID 5952.
  serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
  serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
= 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


= Restarting MySQL after system boot/restart =
= Restarting MySQL after system boot/restart =
Confirmed users
3,727

edits

Navigation menu