Replaces outdated Neo4j test setup with a robust TestMain, shared test database, and utility functions for test data and migrations. Improves Cypher generation for processing e-tags, p-tags, and other tags to ensure compliance with Neo4j syntax. Added integration test script and updated benchmark reports for Badger backend.
25 lines
646 B
JSON
25 lines
646 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(ls:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(export LD_LIBRARY_PATH:*)",
|
|
"Bash(/tmp/benchmark_test:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(go doc:*)",
|
|
"Bash(CGO_ENABLED=0 go build:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(./run-benchmark.sh:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(sudo rm:*)",
|
|
"Bash(go mod tidy:*)",
|
|
"Bash(docker run --rm -v \"/home/mleku/src/next.orly.dev/cmd/benchmark/data:/data\" --user root alpine sh -c \"rm -rf /data/* /data/.[!.]*\")",
|
|
"Bash(head:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(chmod:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|