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

Change default test backend to BucketListDB #4462

Merged
merged 6 commits into from
Sep 14, 2024

Conversation

SirTyson
Copy link
Contributor

@SirTyson SirTyson commented Sep 9, 2024

Description

Resolves #4433

This switches the default testing backend to BucketListDB. While some test still disable BucketListDB and commit directly via LedgerTxn to test lower level subsystem, such as operation application, the majority of tests and all end-to-end tests no use BucketListDB. This is rebased on top of #4455.

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

@SirTyson SirTyson force-pushed the bl-test-audit branch 4 times, most recently from 69bab34 to 3dbfcb2 Compare September 10, 2024 19:07
@SirTyson SirTyson marked this pull request as ready for review September 10, 2024 19:07
@SirTyson SirTyson force-pushed the bl-test-audit branch 8 times, most recently from 9d56468 to cc5599c Compare September 12, 2024 22:47
src/bucket/test/BucketListTests.cpp Show resolved Hide resolved
src/main/Config.h Outdated Show resolved Hide resolved
src/ledger/LedgerManagerImpl.cpp Outdated Show resolved Hide resolved
marta-lokhova
marta-lokhova previously approved these changes Sep 14, 2024
Copy link
Contributor

@marta-lokhova marta-lokhova left a comment

Choose a reason for hiding this comment

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

LGTM, just one question. Thanks for this change, really happy to see improvements to test coverage!

src/ledger/LedgerManagerImpl.cpp Outdated Show resolved Hide resolved
src/main/Config.h Show resolved Hide resolved
@marta-lokhova marta-lokhova added this pull request to the merge queue Sep 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 14, 2024
@marta-lokhova marta-lokhova added this pull request to the merge queue Sep 14, 2024
Merged via the queue into stellar:master with commit 5f9cdc8 Sep 14, 2024
14 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Sep 16, 2024
#4466)

# Description

Fixes some acceptance tests that were affected by
#4462.

<!---

Describe what this pull request does, which issue it's resolving
(usually applicable for code changes).

--->

# Checklist
- [ ] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [ ] Rebased on top of master (no merge commits)
- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [ ] Compiles
- [ ] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
This pull request was closed.
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.

BucketListDB test coverage
3 participants