You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Data stored in <code>e2e-nightly/data/</code> on the <code>gh-pages</code> branch · append-only history.
</footer>
</div>
<script>
const DATA = "data/runs.json";
const fmtDate = ts => { if (!ts) return "—"; const d = new Date(ts); return isNaN(d) ? ts : d.toISOString().slice(0,16).replace("T"," "); };
const esc = s => (s||"").replace(/[&<>"]/g, c => ({"&":"&","<":"<",">":">",'"':"""}[c]));
// Root-cause categories emitted by parse-trx-to-json.py. A low raw pass-rate is
// dominated by expected Reyden capability gaps; the "Real issue" bucket is the
// small set of confirmed, tracked Reyden SEA bugs. Everything else on this
// Reyden-only nightly is a known limitation.
const CATEGORIES = {
"Reyden capability gap (expected)": { cls:"cat-gap",
blurb:"A known Reyden limitation — unsupported DDL/statement/type (CREATE TABLE/SCHEMA, SHOW COLUMNS, INTERVAL, …), no Thrift endpoint, no CloudFetch, no hive_metastore, rows_affected=-1, write-not-persisted value mismatches. Expected: gate/skip; not a driver bug." },
"Environment / infra": { cls:"cat-env",
blurb:"Missing/misconfigured warehouse, read-only rejection, auth, timeout, or transport error. Not a driver bug — fix the environment or retry." },
"Real issue / to investigate": { cls:"cat-real",
blurb:"Confirmed Reyden SEA backend bugs, each reproduced (Reyden vs DBSQL / raw SEA API) and filed under Epic SC-222102: SHOW SCHEMAS/TABLES IN ALL CATALOGS (SC-233357), bare SET (SC-233354), col_0 aliases (SC-233356), ANSI heterogeneous cast (SC-233355). Any unclassified failure also surfaces here." },
};
const catBadge = name => `<span class="catbadge ${(CATEGORIES[name]||{}).cls||""}">${esc(name)}</span>`;
// Plain-language "what it is" per failure signature (keys must match
// parse-trx-to-json.py's signature_for output).
const SIGNATURE_DESCRIPTIONS = {
"Thrift endpoint unavailable on SEA/Reyden warehouse": "REST-only warehouse has no Thrift endpoint",
"CloudFetch not supported on Reyden (download failed)": "cloud result download not supported",
"Unsupported statement: SHOW COLUMNS": "metadata path not implemented",
ci: use UC REST API for schema create/drop in Reyden nightly #505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
ci: use UC REST API for schema create/drop in Reyden nightly #505
Changes from all commits
e3903a33f2b4856a9501fce48179df65d3598c6703167e35682a9085ef90009a039baeaee6441a73f24e37243c52ec64ff3733b476437f0f8622bf2bfc0d28a1d47b6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing