couchbaselabs / mobile-testkit

Mobile QE Test Framework
15 stars 12 forks source link

liteserv start/stop/remove actions hangs during test_peer_2_peer_sanity_pull/push tests #969

Open raghusarangapani opened 7 years ago

raghusarangapani commented 7 years ago

Run the peer_2_peer tests as a suite:

pytest -s --liteserv-one-platform=android --liteserv-one-version=1.4-44 --liteserv-one-host=<Android_IP> --liteserv-one-port=51000 --liteserv-one-storage-engine=SQLite --liteserv-two-platform=net-msft --liteserv-two-version=1.4-42 --liteserv-two-host=<Windows_IP> --liteserv-two-port=52000 --liteserv-two-storage-engine=SQLite  testsuites/listener/shared/client_client/

The issue also exists when run individually. The push and pull tests have more docs than the regular sanity test.

I can manually stop the service from task manager without issues

sethrosetter commented 7 years ago

@raghusarangapani Are you still seeing this?