Skip to content

CI Backtrace Does Not Work #4944

@drebelsky

Description

@drebelsky

The CI is set up so that on test failure, the test is rerun under a debugger with backtrace at the error (

lldb -o 'r' -o 'bt' -o 'exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE "$TESTS"
,
lldb -o 'r' -o 'bt' -o 'exit' -- ./stellar-core test $STELLAR_CORE_TEST_PARAMS --base-instance $BASE_INSTANCE "$TESTS"
). This doesn't seem to be working in the most recent runs (e.g., see https://github.com/stellar/stellar-core/actions/runs/17984168583/job/51157951268).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions