-
Notifications
You must be signed in to change notification settings - Fork 190
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
ReactiveCouchbaseTemplateKeyValueIntegrationTests.findByIdWithLock needs longer duration #1662
Comments
It seems introduced with my test case, let me try to fix this one ... |
Does it fail on data retrieval or on data cleanup? Sadly Jenkins is not publicly accessible for me to see the logs ... |
Sadly, the integration tests are not ran by jenkins as they need a cb server, and right now the runs in jenkings run without a cb server. To run theses tests, it's necessary to modify the src/test/resources to point to a running cb server ( change the type=mocked to type=unmanaged and set the username/password and connection string to the cb server, then mvn integration-test) All that it needs is the two second duration increased to 5 seconds or so. |
Closes spring-projects#1662 Related tickets spring-projects#1662
fixed along with #1663 |
The two second duration results in the test failing occasionally. (KV timeout is 2.5 seconds).
The text was updated successfully, but these errors were encountered: