SHAFT_ENGINE: [Bug]: Adjust "attemptRemoteServerPing" to check status without "/" or adding flag to disable this check

Problem:

To run against remote execution, SHAFT first make ping request to the server to check its status using status/ or wd/hub/status/, some servers response with 404 although it is up and running that’s happen as the status call ends with / and some servers doesn’t support it. They support status call without / at the end.

Reference code is here

Suggestions:

  • Add another call to status without / in case 404 returned from first request
  • Add flag to disable this check if needed

Note: This issue blocks the tests execution on some servers

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (7 by maintainers)

Commits related to this issue

Most upvoted comments

Issue is fixed, there was conflict in the dependencies