davisp commented on a change in pull request #2367: Rework CI setup
URL: https://github.com/apache/couchdb/pull/2367#discussion_r362611503
 
 

 ##########
 File path: build-aux/Jenkinsfile.full
 ##########
 @@ -486,21 +457,92 @@ pipeline {
           } // post
         } // stage
 
+       /*
+        *
+        * This is just taking too long to run. Right now, the khash tests are 
timing out
+        * on the IBM servers:
+        *
+         * [2019-12-31T20:58:48.704Z]   khash randomized test
+         * [2019-12-31T20:59:04.869Z]     khash_test:103: randomized_test_ 
(State matches dict implementation)...*timed out*
 
 Review comment:
   Its a long test by design really. The emulation is probably just slowing 
things down far enough to be an issue. I have a somewhat related branch [1] 
where I was poking at shortening some of these property based tests when we're 
running a PR. I was waffling between "run shorter on PR" and "only run long 
ones on nightly builds" which are slightly different. The PR approach I landed 
on wouldn't help here. But I was also meaning to ask if we might want to add a 
nightly "Long test" build that bumps a lot of the test sizes that we could run 
nightly or some such;
   
   [1] 
https://github.com/apache/couchdb/commit/f290788be4beee412438580e17bf9016851c1f6f

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to