test: Vendor kcl-samples and add simulation tests for them (#5460)
* Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
@ -0,0 +1,108 @@
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph path2 [Path]
|
||||
2["Path<br>[567, 622, 0]"]
|
||||
3["Segment<br>[630, 698, 0]"]
|
||||
4["Segment<br>[706, 772, 0]"]
|
||||
5["Segment<br>[780, 848, 0]"]
|
||||
6["Segment<br>[856, 875, 0]"]
|
||||
7[Solid2d]
|
||||
end
|
||||
subgraph path8 [Path]
|
||||
8["Path<br>[1106, 1250, 0]"]
|
||||
9["Segment<br>[1106, 1250, 0]"]
|
||||
10[Solid2d]
|
||||
end
|
||||
subgraph path11 [Path]
|
||||
11["Path<br>[1265, 1408, 0]"]
|
||||
12["Segment<br>[1265, 1408, 0]"]
|
||||
13[Solid2d]
|
||||
end
|
||||
subgraph path14 [Path]
|
||||
14["Path<br>[1423, 1568, 0]"]
|
||||
15["Segment<br>[1423, 1568, 0]"]
|
||||
16[Solid2d]
|
||||
end
|
||||
subgraph path17 [Path]
|
||||
17["Path<br>[1583, 1727, 0]"]
|
||||
18["Segment<br>[1583, 1727, 0]"]
|
||||
19[Solid2d]
|
||||
end
|
||||
subgraph path20 [Path]
|
||||
20["Path<br>[1742, 1815, 0]"]
|
||||
21["Segment<br>[1742, 1815, 0]"]
|
||||
22[Solid2d]
|
||||
end
|
||||
1["Plane<br>[540, 559, 0]"]
|
||||
23["Sweep Extrusion<br>[1825, 1857, 0]"]
|
||||
24[Wall]
|
||||
25[Wall]
|
||||
26[Wall]
|
||||
27[Wall]
|
||||
28["Cap Start"]
|
||||
29["Cap End"]
|
||||
30["SweepEdge Opposite"]
|
||||
31["SweepEdge Adjacent"]
|
||||
32["SweepEdge Opposite"]
|
||||
33["SweepEdge Adjacent"]
|
||||
34["SweepEdge Opposite"]
|
||||
35["SweepEdge Adjacent"]
|
||||
36["SweepEdge Opposite"]
|
||||
37["SweepEdge Adjacent"]
|
||||
38["EdgeCut Fillet<br>[1863, 2127, 0]"]
|
||||
39["EdgeCut Fillet<br>[1863, 2127, 0]"]
|
||||
40["EdgeCut Fillet<br>[1863, 2127, 0]"]
|
||||
41["EdgeCut Fillet<br>[1863, 2127, 0]"]
|
||||
1 --- 2
|
||||
1 --- 8
|
||||
1 --- 11
|
||||
1 --- 14
|
||||
1 --- 17
|
||||
1 --- 20
|
||||
2 --- 3
|
||||
2 --- 4
|
||||
2 --- 5
|
||||
2 --- 6
|
||||
2 ---- 23
|
||||
2 --- 7
|
||||
3 --- 24
|
||||
3 --- 30
|
||||
3 --- 31
|
||||
4 --- 25
|
||||
4 --- 32
|
||||
4 --- 33
|
||||
5 --- 26
|
||||
5 --- 34
|
||||
5 --- 35
|
||||
6 --- 27
|
||||
6 --- 36
|
||||
6 --- 37
|
||||
8 --- 9
|
||||
8 --- 10
|
||||
11 --- 12
|
||||
11 --- 13
|
||||
14 --- 15
|
||||
14 --- 16
|
||||
17 --- 18
|
||||
17 --- 19
|
||||
20 --- 21
|
||||
20 --- 22
|
||||
23 --- 24
|
||||
23 --- 25
|
||||
23 --- 26
|
||||
23 --- 27
|
||||
23 --- 28
|
||||
23 --- 29
|
||||
23 --- 30
|
||||
23 --- 31
|
||||
23 --- 32
|
||||
23 --- 33
|
||||
23 --- 34
|
||||
23 --- 35
|
||||
23 --- 36
|
||||
23 --- 37
|
||||
37 <--x 38
|
||||
31 <--x 39
|
||||
33 <--x 40
|
||||
35 <--x 41
|
||||
```
|
||||
Reference in New Issue
Block a user