Chantico-org / smart_house

MIT License
3 stars 0 forks source link

The server tests are failing #6

Closed apischan closed 7 years ago

apischan commented 7 years ago

The tests which are related to server are failing in both cases:

apischan commented 7 years ago

The test DeviceInteractHandlerTest#send is still failing with timeout 1000ms.

apischan commented 7 years ago

It is just observation: If the server up and running - the first request handles ~2.5 sec. All further requests take ~1.5 sec. Maybe have sense to remove timeout or before running the test (in @BeforeClass method) add some dummy request to heat up the server?

apischan commented 7 years ago

Also in addition maybe have sense to use TestNG instead of jUnit? TestNG is more friendly for integration tests.