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

Remove TESTDB_BUCKET_DB_PERSISTENT_POSTGRES Test Mode #4614

Open
SirTyson opened this issue Jan 9, 2025 · 1 comment
Open

Remove TESTDB_BUCKET_DB_PERSISTENT_POSTGRES Test Mode #4614

SirTyson opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels

Comments

@SirTyson
Copy link
Contributor

SirTyson commented Jan 9, 2025

We should remove TESTDB_BUCKET_DB_PERSISTENT_POSTGRES testing mode since it's identical in function to TESTDB_POSTGRESQL.

@SirTyson SirTyson added the bug label Jan 9, 2025
@bboston7 bboston7 self-assigned this Jan 16, 2025
@bboston7
Copy link
Contributor

I'll do this as part of #4625

bboston7 added a commit to bboston7/stellar-core that referenced this issue Jan 17, 2025
Resolves stellar#4625 and stellar#4614.

This change fixes the tests in the `--disable-postgres` build by
disabling parallel ledger close tests when postgres is disabled. This is
necessary because parallel ledger close requires postgres.

As part of this, I also removed the
`TESTDB_BUCKET_DB_PERSISTENT_POSTGRES` test mode, as it's made redundant
by the `TESTDB_POSTGRESQL` mode.
bboston7 added a commit to bboston7/stellar-core that referenced this issue Jan 17, 2025
Resolves stellar#4625 and stellar#4614.

This change fixes the tests in the `--disable-postgres` build by
disabling parallel ledger close tests when postgres is disabled. This is
necessary because parallel ledger close requires postgres.

As part of this, I also removed the
`TESTDB_BUCKET_DB_PERSISTENT_POSTGRES` test mode, as it's made redundant
by the `TESTDB_POSTGRESQL` mode.
github-merge-queue bot pushed a commit that referenced this issue Jan 17, 2025
Resolves #4625 and #4614.

This change fixes the tests in the `--disable-postgres` build by
disabling parallel ledger close tests when postgres is disabled. This is
necessary because parallel ledger close requires postgres.

As part of this, I also removed the
`TESTDB_BUCKET_DB_PERSISTENT_POSTGRES` test mode, as it's made redundant
by the `TESTDB_POSTGRESQL` mode.

# Checklist
- [x] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [x] Rebased on top of master (no merge commits)
- [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [x] Compiles
- [x] 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants