Quarantined server tests: data-queries (1 tests) — CI gate rehab
Open
- Dominant language
- JavaScript
- Stars
- 40.9k
- Forks
- 5.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 202
Description
Part of the CI gate rollout: these tests fail on current main-era code and are quarantined (it.skip with a QUARANTINE tag) so the run-ci Gate can be fully blocking. Fix and un-skip sprint-wise.
Context: server test suite ported from lts (#15740) to main; failures are drift against evolved product code or specs added while main CI was down. Baseline run: https://github.com/ToolJet/ToolJet/actions/runs/29853452911
Quarantined tests
test/modules/data-queries/e2e/data-queries.spec.ts— should be able to run queries of an app if a public app ( even if an unauthenticated user )
Definition of done
- Each test above un-skipped and green in a full
run-ci -
grep -rn "QUARANTINE(data-queries)" server/testreturns nothing
Contributor guide
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.
Assessment
This issue has not been assessed yet.