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

RCORE-1973 Add role/permissions tests for new bootstrap feature #7675

Draft
wants to merge 2 commits into
base: mwb/role-change-bootstraps
Choose a base branch
from

Conversation

michael-wb
Copy link
Contributor

What, How & Why?

Additional tests for the server initiated bootstraps; specifically for role change bootstraps:

  • Verify user role changes to not restart unaffected user sessions
  • Verify role change during bootstraps complete successfully

Fixes #7327

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • [ ] C-API, if public C++ API changed
  • [ ] bindgen/spec.yml, if public C++ API changed

@michael-wb michael-wb self-assigned this May 3, 2024
@cla-bot cla-bot bot added the cla: yes label May 3, 2024
@michael-wb michael-wb linked an issue May 3, 2024 that may be closed by this pull request
Copy link

coveralls-official bot commented May 3, 2024

Pull Request Test Coverage Report for Build michael.wilkersonbarker_1094

Details

  • 157 of 157 (100.0%) changed or added relevant lines in 2 files are covered.
  • 47 unchanged lines in 9 files lost coverage.
  • Overall coverage increased (+0.3%) to 90.761%

Files with Coverage Reduction New Missed Lines %
src/realm/sort_descriptor.cpp 1 94.06%
test/test_table.cpp 1 99.51%
src/realm/table_view.cpp 2 92.99%
src/realm/sync/noinst/server/server_history.cpp 3 63.51%
src/realm/table.cpp 3 90.08%
src/realm/bplustree.cpp 6 72.55%
src/realm/sync/noinst/client_impl_base.cpp 7 82.36%
src/realm/sync/noinst/server/server.cpp 7 73.89%
test/fuzz_group.cpp 17 55.02%
Totals Coverage Status
Change from base Build michael.wilkersonbarker_1088: 0.3%
Covered Lines: 212810
Relevant Lines: 234473

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add role/permissions tests for new bootstrap feature
1 participant