Skip to content

Commit 0e7c856

Browse files
authored
fix(docs): correct broken tests/ut link in SQL README (#19645)
* fix(docs): correct broken tests/ut link in SQL README * ignore 429 Too Many Requests
1 parent 711be08 commit 0e7c856

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: lycheeverse/lychee-action@v1.8.0
2626
with:
2727
args: >-
28+
--accept 100..=103,200..=299,429
2829
--base .
2930
--cache
3031
--max-cache-age 1d .

src/query/sql/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- Prefer the `test-support` toolchain when you need to understand or debug SQL-layer behavior. It is the fastest way to replay planner/optimizer cases, inspect shared fixtures, and reason about SQL-side regressions before moving to heavier service-side debugging.
1414
- Prefer golden-file comparisons of the full output over asserting on a few extracted features from that output. Full-output snapshots make SQL-layer behavior changes easier to inspect, review, and debug.
1515
- [`tests/it/`](./tests/it/) contains integration tests for the SQL crate, including the lightweight planner replay coverage.
16-
- [`tests/ut/`](./tests/ut/) contains unit tests for SQL-side components.
1716
- [`test-support/`](./test-support/) contains shared SQL test-support utilities and fixtures used by planner/optimizer tests.
1817
- Read [`test-support/data/README.md`](./test-support/data/README.md) when you need to answer any of these questions:
1918
- where a shared optimizer replay case, statistics fixture, table definition, or generated golden file should live;

0 commit comments

Comments
 (0)