Skip to content

Conversation

@marta-lokhova
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 16, 2026 01:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR cleans up test code by removing redundant PARALLEL_LEDGER_APPLY configuration settings, leveraging the fact that parallel ledger application is now enabled by default and TESTDB_DEFAULT now uses file-based SQLite (BUCKET_DB_VOLATILE) which supports parallel apply.

Changes:

  • Removed explicit PARALLEL_LEDGER_APPLY = true/false settings that are now redundant since parallel apply is the default behavior
  • Simplified test setup code by removing conditionally compiled PostgreSQL-only sections
  • Added SQLite test sections to run parallel apply tests with both PostgreSQL and SQLite databases

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/util/test/TimerTests.cpp Removed redundant PARALLEL_LEDGER_APPLY = true setting
src/herder/test/HerderTests.cpp Removed redundant parallel apply settings, simplified test configurations, and added SQLite parallel apply test sections

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

1 participant