Skip to content

Conversation

@moritzkiefer-da
Copy link
Contributor

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

@moritzkiefer-da moritzkiefer-da force-pushed the cocreature/bft-migration branch 17 times, most recently from faa6d6b to 6124f9c Compare August 27, 2025 07:21
[ci]

Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
@moritzkiefer-da moritzkiefer-da force-pushed the cocreature/bft-migration branch from 6124f9c to fa8af18 Compare August 27, 2025 09:55
[ci]

Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
@moritzkiefer-da moritzkiefer-da force-pushed the cocreature/bft-migration branch from 6c2497c to 297eb69 Compare August 27, 2025 11:46
[ci]

Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
[ci]

Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
[ci]

Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
TraceContext.withNewTraceContext("beforeEnvironmentDestroyed") { implicit tc =>
// A scan might not be initialized if the test uses `manualStart` and it wasn't ever started.
val initializedScans = environment.scans.local.filter(scan => scan.is_initialized)
logger.debug(s"Checking update histories for ${initializedScans.map(_.name)}")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just some extra logs I found useful for debugging

"SECOND_EXTRA_PARTICIPANT_DB" -> s"participant_second_extra_${dbsSuffix}",
"SECOND_EXTRA_PARTICIPANT_ADMIN_USER" -> splitwellValidatorBackend.config.ledgerApiUser,
),
enableBftSequencer = true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We probably want to eventually change this to do bft => bft but for now I'd just hardcode it this way. This is the only really relevant migration and given how long it took me to get it green I'd ensure that it stays green not just through the optional bft tests.

@moritzkiefer-da moritzkiefer-da marked this pull request as ready for review August 27, 2025 13:59
Copy link
Contributor

@nicu-da nicu-da left a comment

Choose a reason for hiding this comment

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

Nice, thank you!

@moritzkiefer-da moritzkiefer-da merged commit d5ed155 into canton-3.4 Aug 27, 2025
54 checks passed
@moritzkiefer-da moritzkiefer-da deleted the cocreature/bft-migration branch August 27, 2025 14:22
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.

4 participants