Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created August 28, 2015 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daleharvey/4df4f873ecde5825084e to your computer and use it in GitHub Desktop.
Save daleharvey/4df4f873ecde5825084e to your computer and use it in GitHub Desktop.
// Couch Master
suite2 test.replication.js-http-http
✓ #3999-1 should not start over if last_seq mismatches (1855ms)
✓ #3999-2 should start over if no common session is found (1664ms)
✓ #3999-3 should not start over if common session is found (1649ms)
✓ #3999-4 should "upgrade" an old checkpoint (1654ms)
// Couch 1.6
suite2 test.replication.js-http-http
✓ #3999-1 should not start over if last_seq mismatches (263ms)
✓ #3999-2 should start over if no common session is found (185ms)
✓ #3999-3 should not start over if common session is found (136ms)
✓ #3999-4 should "upgrade" an old checkpoint (105ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment