lambdaisland / lambdaisland/kaocha
Kaocha 1.73.1175 stripping metadata?
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 860
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
We encountered a regression attempting to update Kaocha in one of our projects that uses annotations on some test cases. The test failures indicate that the annotations are stripped by Kaocha.
I regret I can't share the project name / build as it is private, however the disappearing metadata tag is used like this:
(deftest ^:record-http-requests foo-works
...)
We found that the regression was introduced in this version: https://github.com/lambdaisland/kaocha/compare/v1.72.1136..v1.73.1175
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked comparison between v1.72.1136 and v1.73.1175, focusing on changes affecting test definitions or metadata. Reproduce the issue with the shown deftest and ^:record-http-requests annotation; done means the annotation remains available when Kaocha runs the test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100