pgj commented on code in PR #4871:
URL: https://github.com/apache/couchdb/pull/4871#discussion_r1410791418


##########
src/mango/test/06-basic-text-test.py:
##########
@@ -580,6 +580,7 @@ def isFinite(num):
         not (math.isinf(num) or math.isnan(num))
 
     @given(f=st.floats().filter(isFinite).map(str) | st.floats().map(lambda f: 
f.hex()))
+    @settings(deadline=1000)

Review Comment:
   "Unreliable test timings", that is what Hypothesis says.  (See the 
respective commit message for more details.)  The default deadline (~200 ms) is 
passed only by couple of tens, so it is not a big issue.  Timing has always 
been difficult on the CI or on a virtualized environment.  That is why I would 
not get triggered by this failure for the moment.
   
   Regarding why now, why not earlier: we just started to exercise Search 
recently in the CI, it may surface similar problems in the future.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to