Skip to content

fix(tests): correct the IOC dbd path - #179

Merged
anderslindho merged 1 commit into
masterfrom
fix/integration-ioc-dbd-path
Aug 6, 2026
Merged

fix(tests): correct the IOC dbd path#179
anderslindho merged 1 commit into
masterfrom
fix/integration-ioc-dbd-path

Conversation

@anderslindho

Copy link
Copy Markdown
Contributor

The integration IOC failed to start against the current ghcr.io/channelfinder/reccaster:master image: dbLoadDatabase could not open /recsync/dbd/demo.dbd, so no record types were registered and iocInit aborted with a bad DBD. Every integration test then waited out its sync timeout against an IOC that never cast.

Reccaster renamed its image build paths from /recsync to /reccaster after the repository split, and the :master tag was rebuilt on 2026-08-03. Since that tag moves, CI broke without any change here.

The integration IOC failed to start against the current
`ghcr.io/channelfinder/reccaster:master` image: `dbLoadDatabase` could not open
`/recsync/dbd/demo.dbd`, so no record types were registered and `iocInit`
aborted with a bad DBD. Every integration test then waited out its sync timeout
against an IOC that never cast.

Reccaster renamed its image build paths from `/recsync` to `/reccaster` after
the repository split, and the `:master` tag was rebuilt on 2026-08-03. Since
that tag moves, CI broke without any change here.
@anderslindho anderslindho self-assigned this Aug 6, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

@ralphlange ralphlange left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@anderslindho
anderslindho merged commit 8753aeb into master Aug 6, 2026
16 checks passed
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.

2 participants