Skip to content
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

Add extra rev tree changes tests #4903

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Add extra rev tree changes tests #4903

merged 1 commit into from
Dec 7, 2023

Conversation

nickva
Copy link
Contributor

@nickva nickva commented Dec 7, 2023

No description provided.

Copy link
Contributor

@jiahuili430 jiahuili430 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding rev tree to couch_changes_tests!

@@ -656,13 +674,15 @@ t_style_main_only_with_include_docs({DbName, Revs}) ->
{Rows, LastSeq, UpSeq} = run_changes_query(DbName, ChArgs, Req),
?assertEqual(9, length(Rows)),
?assertEqual(UpSeq, LastSeq),
?assertEqual(
FirstRev = element(1, Revs),
[FirstRow | _] = Rows,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@nickva nickva merged commit fe49416 into main Dec 7, 2023
14 checks passed
@nickva nickva deleted the add-rev-tree-changes-tests branch December 7, 2023 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants