|
1 month ago | |
---|---|---|
.. | ||
demo | 1 month ago | |
file1 | 1 month ago | |
file10 | 1 month ago | |
file100 | 1 month ago | |
file11 | 1 month ago | |
file12 | 1 month ago | |
file13 | 1 month ago | |
file14 | 1 month ago | |
file15 | 1 month ago | |
file16 | 1 month ago | |
file17 | 1 month ago | |
file18 | 1 month ago | |
file19 | 1 month ago | |
file2 | 1 month ago | |
file20 | 1 month ago | |
file21 | 1 month ago | |
file22 | 1 month ago | |
file23 | 1 month ago | |
file24 | 1 month ago | |
file25 | 1 month ago | |
file26 | 1 month ago | |
file27 | 1 month ago | |
file28 | 1 month ago | |
file29 | 1 month ago | |
file3 | 1 month ago | |
file30 | 1 month ago | |
file31 | 1 month ago | |
file32 | 1 month ago | |
file33 | 1 month ago | |
file34 | 1 month ago | |
file35 | 1 month ago | |
file36 | 1 month ago | |
file37 | 1 month ago | |
file38 | 1 month ago | |
file39 | 1 month ago | |
file4 | 1 month ago | |
file40 | 1 month ago | |
file41 | 1 month ago | |
file42 | 1 month ago | |
file43 | 1 month ago | |
file44 | 1 month ago | |
file45 | 1 month ago | |
file46 | 1 month ago | |
file47 | 1 month ago | |
file48 | 1 month ago | |
file49 | 1 month ago | |
file5 | 1 month ago | |
file50 | 1 month ago | |
file51 | 1 month ago | |
file52 | 1 month ago | |
file53 | 1 month ago | |
file54 | 1 month ago | |
file55 | 1 month ago | |
file56 | 1 month ago | |
file57 | 1 month ago | |
file58 | 1 month ago | |
file59 | 1 month ago | |
file6 | 1 month ago | |
file60 | 1 month ago | |
file61 | 1 month ago | |
file62 | 1 month ago | |
file63 | 1 month ago | |
file64 | 1 month ago | |
file65 | 1 month ago | |
file66 | 1 month ago | |
file67 | 1 month ago | |
file68 | 1 month ago | |
file69 | 1 month ago | |
file7 | 1 month ago | |
file70 | 1 month ago | |
file71 | 1 month ago | |
file72 | 1 month ago | |
file73 | 1 month ago | |
file74 | 1 month ago | |
file75 | 1 month ago | |
file76 | 1 month ago | |
file77 | 1 month ago | |
file78 | 1 month ago | |
file79 | 1 month ago | |
file8 | 1 month ago | |
file80 | 1 month ago | |
file81 | 1 month ago | |
file82 | 1 month ago | |
file83 | 1 month ago | |
file84 | 1 month ago | |
file85 | 1 month ago | |
file86 | 1 month ago | |
file87 | 1 month ago | |
file88 | 1 month ago | |
file89 | 1 month ago | |
file9 | 1 month ago | |
file90 | 1 month ago | |
file91 | 1 month ago | |
file92 | 1 month ago | |
file93 | 1 month ago | |
file94 | 1 month ago | |
file95 | 1 month ago | |
file96 | 1 month ago | |
file97 | 1 month ago | |
file98 | 1 month ago | |
file99 | 1 month ago | |
src | 1 month ago | |
Cargo.lock | 1 month ago | |
Cargo.toml | 1 month ago | |
README.md | 1 month ago | |
run.sh | 1 month ago | |
test.sh | 1 month ago |
A test runner for processing helix files with automatic GitHub issue creation for errors.
# Process all files in parallel
cargo run --bin test
# Process a specific file
cargo run --bin test -- 42
To enable automatic GitHub issue creation, set the following environment variables:
export GITHUB_TOKEN="your_personal_access_token"
export GITHUB_OWNER="HelixDB" # Optional, defaults to "HelixDB"
export GITHUB_REPO="helix-db" # Optional, defaults to "helix-db"
repo
(Full control of private repositories)issues
(Read and write access to issues)GITHUB_TOKEN
environment variableWhen an error occurs during processing:
bug
, automated
, hql-tests
Title: Auto-generated: Helix Compilation Error in file42
Body:
## Automatic Error Report
**Error Type:** Helix Compilation
**File:** file42
**Error Hash:** ERROR_HASH:abc123def456
### Error Details
[Error output details]
---
*This issue was automatically generated by the hql-tests runner.*
helix
CLI tool installedtokio
- Async runtimeclap
- Command line argument parsinganyhow
- Error handlingoctocrab
- GitHub API clientsha2
- Error hashingbase64
- Hash encoding