dharmendrakshl1 / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Not wait for a Post response #399

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Basically my test has bunch of REST calls.
2. At the end of the test i am trying to do some clean up of data.
3. i need to make a post call that takes care of clean up but NOT WAIT FOR THE 
RESPONSE AND MOVE ON.
This clean up call depends on a dependent system, which seems to take 10 mins 
to return the successful response even though the operation is already over

What is the expected output? What do you see instead?
I should be able to configure RestAssure to make a POST request and not care 
for the response for that particular requet

What version of the product are you using? On what operating system?
RestAssured 2.3.4

Please provide any additional information below.

Original issue reported on code.google.com by akshay.d...@gmail.com on 5 May 2015 at 6:37

GoogleCodeExporter commented 9 years ago
I suppose you're looking for an async option? This is not supported in Rest 
Assured atm.

Original comment by johan.ha...@gmail.com on 7 May 2015 at 6:00