iilyak commented on code in PR #5603:
URL: https://github.com/apache/couchdb/pull/5603#discussion_r2222480314
##########
src/couch/src/couch_bt_engine_header.erl:
##########
@@ -478,4 +499,13 @@ get_epochs_from_old_header_test() ->
Vsn5Header = mk_header(5),
?assertEqual(undefined, epochs(Vsn5Header)).
+upgrade_time_seq_test() ->
+ Header = mk_header(8),
+ ?assert(couch_time_seq:check(time_seq(Header))),
+ % time_seq's field was reused from an old field whichj was set to 0 so
Review Comment:
typo `whichj`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]