Skip to content

Conversation

@bastelfreak
Copy link
Contributor

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@bastelfreak
Copy link
Contributor Author

I think the actual failures are:

2026-01-12T10:26:04.6249157Z FAIL in (index-queries) (index_test.clj:104)
2026-01-12T10:26:04.6250260Z Testing case [[:v4 "/v4"] :get] invalid from query
2026-01-12T10:26:04.6250988Z expected: (re-find #"PQL parse error at line 1, column 1" body)
2026-01-12T10:26:04.6252066Z   actual: (not (re-find #"PQL parse error at line 1, column 1" "Wrong number of args (1) passed to: instaparse.failure/marker"))
2026-01-12T10:26:07.3047922Z 
2026-01-12T10:26:07.3050600Z lein test :only puppetlabs.puppetdb.http.index-test/index-queries
2026-01-12T10:26:07.3051110Z 
2026-01-12T10:26:07.3051315Z FAIL in (index-queries) (index_test.clj:104)
2026-01-12T10:26:07.3051845Z Testing case [[:v4 "/v4"] :post] invalid from query
2026-01-12T10:26:07.3055766Z expected: (re-find #"PQL parse error at line 1, column 1" body)
2026-01-12T10:26:07.3056725Z   actual: (not (re-find #"PQL parse error at line 1, column 1" "Wrong number of args (1) passed to: instaparse.failure/marker"))

@corporate-gadfly
Copy link
Contributor

@bastelfreak : The difference in the dependence trees (before and after the version bumps):

diff lein-deps-tree-main.txt lein-deps-tree-bastelfreak-updates.txt -w
36c36
<  [compojure "1.7.1"]
---
>  [compojure "1.7.2"]
38c38
<    [medley "1.4.0"]
---
>    [dev.weavejester/medley "1.9.0"]
71,72c71,72
<  [org.openvoxproject/comidi "1.1.1"]
<    [prismatic/schema "1.1.12"]
---
>  [org.openvoxproject/comidi "1.1.2"]
>    [prismatic/schema "1.4.1"]

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