strukto-ai--mirage
bcbd1bdb22
Integ / changes (push) Has been skipped
Pre-commit / pre-commit (push) Failing after 1s
CLI exit codes / changes (push) Has been skipped
Test (Install) / changes (push) Has been skipped
Test (Python) / changes (push) Has been skipped
Test (TypeScript) / changes (push) Has been skipped
CLI exit codes / cli-gate (push) Has been cancelled
Test (Install) / test-install-gate (push) Has been cancelled
Integ / integ-gate (push) Has been cancelled
Test (Python) / test-python-gate (push) Has been cancelled
Test (TypeScript) / test-typescript-gate (push) Has been cancelled
Test (Install) / python-minimal (3.12) (push) Has been cancelled
Test (Install) / python-minimal (3.11) (push) Has been cancelled
Test (Install) / python-extra (agno, mirage.agents.agno) (push) Has been cancelled
Test (Install) / python-extra (chroma, mirage.resource.chroma) (push) Has been cancelled
Test (Install) / python-extra (pdf, mirage.core.filetype.pdf) (push) Has been cancelled
Integ / integ (push) Has been cancelled
Integ / integ-database (push) Has been cancelled
Integ / integ-database-ts (push) Has been cancelled
Integ / integ-data (push) Has been cancelled
Integ / integ-ssh (push) Has been cancelled
Integ / integ-ssh-ts (push) Has been cancelled
Test (Python) / audit (push) Has been cancelled
Test (TypeScript) / test (push) Has been cancelled
Test (TypeScript) / python-fs-shim (push) Has been cancelled
CLI exit codes / Python CLI (push) Has been cancelled
CLI exit codes / TypeScript CLI (push) Has been cancelled
CLI exit codes / Cross-language snapshot interop (push) Has been cancelled
Test (Python) / test (push) Has been cancelled
Test (Python) / import-isolation (deepagents, openai, mirage.agents.openai_agents) (push) Has been cancelled
Test (Python) / import-isolation (deepagents, pydantic-ai, mirage.agents.pydantic_ai) (push) Has been cancelled
Integ / integ-ts (push) Has been cancelled
Integ / integ-fuse (push) Has been cancelled
Test (Install) / python-extra (databricks, mirage.resource.databricks_volume) (push) Has been cancelled
Test (Install) / python-extra (deepagents, mirage.agents.langchain) (push) Has been cancelled
Test (Install) / python-extra (email, mirage.resource.email) (push) Has been cancelled
Test (Install) / python-extra (fuse, mirage.fuse.mount) (push) Has been cancelled
Test (Install) / python-extra (hdf5, mirage.core.filetype.hdf5) (push) Has been cancelled
Test (Install) / python-extra (hf, mirage.resource.hf_buckets) (push) Has been cancelled
Test (Install) / python-extra (lancedb, mirage.resource.lancedb) (push) Has been cancelled
Test (Install) / python-extra (langfuse, mirage.resource.langfuse) (push) Has been cancelled
Test (Install) / python-extra (mongodb, mirage.resource.mongodb) (push) Has been cancelled
Test (Install) / python-extra (nextcloud, mirage.resource.nextcloud) (push) Has been cancelled
Test (Install) / python-extra (openai, mirage.agents.openai_agents) (push) Has been cancelled
Test (Install) / python-extra (openhands, mirage.agents.openhands, 3.12) (push) Has been cancelled
Test (Install) / python-extra (parquet, mirage.core.filetype.parquet) (push) Has been cancelled
Test (Install) / python-extra (postgres, mirage.resource.postgres) (push) Has been cancelled
Test (Install) / python-extra (pydantic-ai, mirage.agents.pydantic_ai) (push) Has been cancelled
Test (Install) / python-extra (qdrant, mirage.resource.qdrant) (push) Has been cancelled
Test (Install) / python-extra (redis, mirage.resource.redis) (push) Has been cancelled
Test (Install) / python-extra (s3, mirage.resource.s3) (push) Has been cancelled
Test (Install) / python-extra (ssh, mirage.resource.ssh) (push) Has been cancelled
Test (Install) / ts-minimal (push) Has been cancelled
92 行
2.4 KiB
Plaintext
92 行
2.4 KiB
Plaintext
# Expected substrings for the Nextcloud integ run (integ/nextcloud.py).
|
|
# Mirrors the integ/s3.py PER_MOUNT_CASES + streaming checks against the same
|
|
# data/ fixtures. Matched as fixed substrings by integ/check_lines.sh, so the
|
|
# default Nextcloud sample files (Documents/, Photos/, Templates/) and volatile
|
|
# output (stat mtimes) are tolerated; only seed-derived content is asserted.
|
|
|
|
# ---- ls_data / tree / find ----
|
|
example.feather
|
|
example.json
|
|
example.jsonl
|
|
example.orc
|
|
example.parquet
|
|
/nc/data/example.json
|
|
/nc/data/example.jsonl
|
|
|
|
# ---- stat / wc ----
|
|
15533 /nc/data/example.json
|
|
5766 /nc/data/example.jsonl
|
|
15533 /nc/data/example.json
|
|
|
|
# ---- cat_head (example.json) ----
|
|
"company": "Strukto",
|
|
"founded": "2024-03-01",
|
|
"valuation": 45000000,
|
|
|
|
# ---- head / grep on jsonl ----
|
|
"type":"queue-operation","operation":"enqueue"
|
|
"type":"queue-operation","operation":"dequeue"
|
|
|
|
# ---- grep counts ----
|
|
5678
|
|
86
|
|
|
|
# ---- grep -r / rg / grep -rc ----
|
|
/nc/data/example.json:3
|
|
/nc/data/example.jsonl:5678
|
|
|
|
# ---- columnar (parquet / orc / feather) ----
|
|
id,value,label
|
|
5,0.6709052457548175,item_5
|
|
5,7.5,item_5
|
|
|
|
# ---- jq ----
|
|
"3.0"
|
|
"Platform"
|
|
"AI"
|
|
"Growth"
|
|
"SRE"
|
|
|
|
# ---- md5 / sha256 (deterministic over example.json) ----
|
|
f249ee110320adc2975cb6c7436c9a45
|
|
ca04d1f4b6a5f1a774fb076af00a791e7f7ef70958300e314c4eafc563ac3bb9
|
|
|
|
# ---- file: columnar type detection ----
|
|
parquet, 10 rows, 3 columns
|
|
orc, 10 rows, 3 columns
|
|
feather, 10 rows, 3 columns
|
|
|
|
# ---- safeguard: cat capped at 20 lines, pipe uncapped ----
|
|
output truncated at safeguard limit (20 lines)
|
|
|
|
# ---- streaming: early-exit single-line reads ----
|
|
lines=1 out0='{"type":"queue-operation","operation":"enqueue",'
|
|
lines=1 out0='{"parentUuid":null,"isSidechain":false,"userType'
|
|
|
|
# ---- writes-key regression: warm dir index sees touch/rm ----
|
|
inv_late.txt
|
|
inv_gone_bytes=0
|
|
|
|
# ---- cat cache poisoning: per-file keys after a concat cat ----
|
|
6023
|
|
257 /nc/data/example.json
|
|
5766 /nc/data/example.jsonl
|
|
=== nf_cat ===
|
|
exit=1
|
|
cat: /nc/__nf_missing__.txt: No such file or directory
|
|
=== nf_head ===
|
|
exit=1
|
|
head: /nc/__nf_missing__.txt: No such file or directory
|
|
=== nf_tail ===
|
|
exit=1
|
|
tail: /nc/__nf_missing__.txt: No such file or directory
|
|
=== nf_wc ===
|
|
exit=1
|
|
wc: /nc/__nf_missing__.txt: No such file or directory
|
|
=== nf_stat ===
|
|
exit=1
|
|
stat: /nc/__nf_missing__.txt: No such file or directory
|
|
=== nf_grep ===
|
|
exit=1
|
|
grep: /nc/__nf_missing__.txt: No such file or directory
|