Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Conversation

@avelanarius
Copy link
Member

@avelanarius avelanarius commented Oct 23, 2024

Add test_wildcard_clickhouse.go test which checks the "*": target: [clickhouse] scenario (everything goes to ClickHouse) and test_wildcard_disabled.go test which checks the "*": target: [] scenario (all query/ingest is disabled except for explicitly configured indexes).

Additionally Two small bug fixes related to "*" configuration introduced in b520aca: target: [] is now allowed for query processor indexes and IsClosed of the decision is now properly filled in for makeDefaultWildcard rule.

@avelanarius avelanarius force-pushed the config-test-cases branch 3 times, most recently from 193d7ec to f356c43 Compare October 24, 2024 10:21
@avelanarius avelanarius changed the title [WIP] Integration tests of new * configurations Add integration tests for new "*" configurations Oct 24, 2024
@avelanarius
Copy link
Member Author

Integration tests run with this PR: https://github.com/QuesmaOrg/quesma/actions/runs/11497382125

@avelanarius avelanarius marked this pull request as ready for review October 24, 2024 10:29
@avelanarius avelanarius requested a review from a team as a code owner October 24, 2024 10:29
Two small bug fixes related to "*" configuration introduced in
b520aca: "target: []" is now allowed for query processor indexes
and IsClosed of the decision is now properly filled in for
makeDefaultWildcard rule.
Add test_wildcard_clickhouse.go test which checks the
"*": target: [clickhouse] scenario (everything goes to ClickHouse)
and test_wildcard_disabled.go test which checks the "*": target: []
scenario (all query/ingest is disabled except for explicitly configured
indexes).
Copy link
Member

@mieciu mieciu left a comment

Choose a reason for hiding this comment

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

LGTM now let's check it out on the actual worker ;)
https://github.com/QuesmaOrg/quesma/actions/runs/11499654490

@mieciu mieciu added this pull request to the merge queue Oct 24, 2024
@mieciu
Copy link
Member

mieciu commented Oct 24, 2024

worked on CI, let's go 🚀

Merged via the queue into main with commit 77ac9ec Oct 24, 2024
7 checks passed
@mieciu mieciu deleted the config-test-cases branch October 24, 2024 13:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants