Review Club: test, Call generate RPCs through test framework only, qa: Improve framework.generate* enforcement (#31403 follow-up) #101
i-am-yuvi
started this conversation in
PR Reviews
Replies: 1 comment
-
Answers
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Session Details
Date: 30-01-2025
Time: IST 20:00 (UTC 14:30)
Link: PR #31403, PR #31599 (Follow-up)
Difficulty: Easy/Medium
Motivation:
The
generate
RPCs are special in that they should only be called by the test framework itself. This way, they will call the sync function on the nodes, which can avoid intermittent test issues. Also, when the sync is disabled, it will happen explicitly by setting thesync_fun
.Pre-requisites:
PR #31403
PR #31599 (Follow-up)
Questions:
generate
RPCs do?generate
RPCs?sync_fun
?Learnings:
rpc
tests
qa
Beta Was this translation helpful? Give feedback.
All reactions