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

Fix issues of SimpleTest #2554

Merged
merged 7 commits into from
Apr 18, 2022
Merged

Fix issues of SimpleTest #2554

merged 7 commits into from
Apr 18, 2022

Conversation

harsht1737
Copy link
Contributor

Issue 1: viewChangeCallback should be passed as an empty function wrapper rather than than nullptr as this function is called as no-op later in the code

Issue 2: aggregator has to be set for ReplicaBase at the time of Replica creation in SimpleTest Replica creation code

@teoparvanov
Copy link
Contributor

Hi @harsht1737 , thanks for those fixes! Does it now work as described in the readme?
https://github.com/vmware/concord-bft/blob/master/tests/simpleTest/README.md

CC: @arc-vmware

@harsht1737
Copy link
Contributor Author

Hi @teoparvanov, these are few of the fixes and some more of them are being analysed/fixed. Will drop a note to you when simpletest works as described in readme file.

Copy link
Contributor

@arc-vmware arc-vmware left a comment

Choose a reason for hiding this comment

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

@harsht1737 , good work.
LGTM.

@harsht1737 harsht1737 merged commit 3a61425 into master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants