Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Check Server is up or not before restfuse Intregration test call #49

Open
amolchaudhari69 opened this issue Jul 16, 2013 · 2 comments

Comments

@amolchaudhari69
Copy link

Could someone please do let me know how can we check server is up or not before restfuse integration test start run...?
kind of ConnectionException check...

Thanks In Advance

@andreasmihm
Copy link

you actually get a connectexcedption, but you won't know, if server is down or network route has problems.

So in case your server is not up, all your test methods will fail with a ConnectExcpetion

@amolchaudhari69
Copy link
Author

Yes you write but in My Case whatever is the issue ,whenever there is ConnectExcpetion exception I want to ignore to run my Test Cases(TestSuite) ,because they are getting called at build time and if server is down then it will failed the build which is not good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants