-
Notifications
You must be signed in to change notification settings - Fork 126
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
SG doesn't have any docs in its cache after replication #957
Comments
I tried the same test case over the same cluster with android app. Test passed successfully and I can see the docs available on SG. http://172.23.109.132:4984/db/_all_docs {"rows":[ |
I don't see any indication here that .NET is not doing what it is supposed to do....the SG logs indicate receiving all the revisions and they are present in Couchbase Server... |
Oh I do notice one thing now, and that is that the update sequence for android is 31 while .NET is 11. Could that have something to do with it? |
Also which test is this? |
@borrrden, we are trying this test - test_replication_configuration_valid_values Here is the reference for the test - https://github.com/couchbaselabs/mobile-testkit/blob/feature/cbl20-ver1/testsuites/CBLTester/CBL_Functional_tests/test_replication.py#L48. What is update sequence is it any package? |
Update sequence is the final value in the all docs JSON responses above. |
Where is the version of the CBL .NET server that you are using to test? The one on cbl2.0_dotnet does not compile and there is no version on cbl20-ver1. Without this I cannot see what is going on |
@borrrden, can you please try with cbl2.0_dotnet |
@borrrden and @hrajput89 - Removed the blocker tag from the defect for now, since it is a testware issue. |
being a test issue, closing this. Once the test is fixed and re-run, if errors are found, they should be new tickets. |
I create 10 docs in CBL app for .net and then started replication to sync them to SG/CBS. I can see that docs are available in CBS, but there are no docs in SG. Hence the test failed as no. doesn't match from expected value of 10.
SG output
http://172.23.109.132:4984/db/_all_docs
{"rows":[
],
"total_rows":0,"update_seq":11}
CBS bucket
SG output
SG logs
sgcollect_info.zip
CBL logs:
Cluster information:
SG -
CBS -
.net CBL
The text was updated successfully, but these errors were encountered: