The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.
Follows the import procedure in README.md.
source/ the originating repository verbatim — 78 documents, 28 SVGs,
8 manifests, plus .source-revision recording the commit
final/ the SSOT
document.md 729 lines written from the 29 experiment documents, not
concatenated: what was predicted, what was measured, and
where the measurement itself was wrong
evidence/raw 125 outputs, flattened to <experiment>__<file> because
the originals collided (01-baseline.txt appeared three
times) and the audit only globs the top level
evidence/meta one per raw file; command and exitCode are null and the
README says why rather than inventing them
evidence/browser 22 captures
assets/ three diagrams through techviz
.techviz/ their VizSpecs
A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.
Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.
verify-pipeline.py passes. audit-records.py reports no issues.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
15 lines
2.1 KiB
JSON
15 lines
2.1 KiB
JSON
{
|
|
"assetKey": "a-red-test-misread-as-a-product-defect",
|
|
"kind": "terminal",
|
|
"command": "H=adapter/outbound/httpclient/src\nT=$H/test/java/dev/caskeleton/adapter/outbound/httpclient/security/MutualTlsHandshakeContractTest.java\necho '# 모듈 전체를 돌리면'\n./gradlew :adapter:outbound:httpclient:test --offline --console=plain 2>&1 | grep -E 'FAILED$|tests completed|AssertionFailedError'\necho\necho '# 멈추는 자리는 두 번째 단언이다'\ngrep -n '' $T | sed -n '164,171p'\necho ' (167 통과 · 168 실패 · 169 이하 미실행)'\necho\necho '# 픽스처가 돌려주는 것은 호스트명이다'\ngrep -n -A2 'public URI uri(String path)' $H/testkit/java/dev/caskeleton/adapter/outbound/httpclient/testkit/MockHttpServer.java\necho\necho '# 이 컨테이너에서 그 호스트명이 푸는 주소'\ngrep -n localhost /etc/hosts\ncat > /tmp/Res.java <<'JAVA_EOF'\nimport java.net.InetAddress;\npublic class Res {\n public static void main(String[] a) throws Exception {\n for (InetAddress ia : InetAddress.getAllByName(\"localhost\")) System.out.println(\" \" + ia);\n }\n}\nJAVA_EOF\njavac -d /tmp /tmp/Res.java && java -cp /tmp Res\necho -n '# src 아래의 preferIPv4Stack / preferIPv6Addresses 설정: '\ngrep -rn 'preferIPv4Stack\\|preferIPv6Addresses' . | wc -l\necho\necho '# 강등이 재시도 판정에 닿는 지점'\nF=$H/main/java/dev/caskeleton/adapter/outbound/httpclient/api/operation/FailureCategory.java\nsed -n '34,44p' $F\nE=$H/main/java/dev/caskeleton/adapter/outbound/httpclient/resilience/DefaultRetryEligibilityEngine.java\necho ' 엔진의 가드 순서'\nsed -n '19,23p;37,39p' $E\nsed -n '107p' $E\n",
|
|
"cwd": "/shared/codebase/clean-architecture-backend-template/src",
|
|
"exitCode": 0,
|
|
"executedAt": "2026-09-02T01:50:59+00:00",
|
|
"sourceRevision": "21234e38cdb9a926cbc92bb97a2aee2e4a7d2916",
|
|
"raw": "evidence/raw/a-red-test-misread-as-a-product-defect.txt",
|
|
"svg": "evidence/rendered/a-red-test-misread-as-a-product-defect.svg",
|
|
"rawSha256": "1836173a051bfdbdec3df248bdc4f4da465269275f2d74080883b51b69f3b0c4",
|
|
"lines": 55,
|
|
"redaction": "none — 출력에 자격증명이 없다"
|
|
}
|