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

Integration test #111

Merged
merged 45 commits into from
Jun 30, 2023
Merged

Integration test #111

merged 45 commits into from
Jun 30, 2023

Conversation

TimXLHan
Copy link
Contributor

@TimXLHan TimXLHan commented Jun 29, 2023

Please make sure these boxes are checked, before submitting a new PR.

  • You ran the local CI checker with ./check.sh with no errors
  • You updated the OmniPaxos book (if applicable)

Issues

This PR added an integration test in the tests of OmniPaxos library.

Breaking Changes

  • Added integration_test.rs in /tests
  • Changed test common in check.sh
  • Updated the document to fix the error of the code examples

Copy link
Owner

@haraldng haraldng left a comment

Choose a reason for hiding this comment

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

  • Please update the structure of the integration test code so that we use one function per code example in the docs. And each function should have a comment with a link to the exact file and section that it corresponds to (see example in my comment)
  • rename integration_test to docs_integration_test
  • Also remove the binary files that got pushed.

omnipaxos/tests/integration_test.rs Outdated Show resolved Hide resolved
@TimXLHan
Copy link
Contributor Author

Finished code structure change.

docs/omnipaxos/communication.md Outdated Show resolved Hide resolved
@haraldng haraldng merged commit 6413919 into haraldng:master Jun 30, 2023
5 checks passed
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.

None yet

2 participants