Commit d1131d5d authored by Ken Zangelin's avatar Ken Zangelin
Browse files

v16-drift-excludes: add 043_01_* (LdContextNotAvailable 503 vs 504)



v1.6 § 6.3.17 mapped LdContextNotAvailable to 503 Service Unavailable;
v1.9 remaps it to 504 Gateway Timeout (the broker is acting as a
gateway for the @context fetch). These tests still assert 503.

Co-Authored-By: default avatarClaude Opus 4.7 (1M context) <noreply@anthropic.com>
parent 07c61041
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -30,3 +30,16 @@
020_13_07*
020_13_08*
020_13_09*

# ------------------------------------------------------------------------
# § 6.3.17 / clause 5.2.x — HTTP status code for LdContextNotAvailable.
# v1.6 mapped it to 503 Service Unavailable; v1.9 (clause 6.3.17 table)
# remaps it to 504 Gateway Timeout, recognising that the broker is acting
# as a gateway for the @context fetch. These tests still assert 503.
# ------------------------------------------------------------------------

043_01_01 Create Entity*
043_01_02 Create Subscription*
043_01_03 Create Temporal Representation Of Entities*
043_01_04 Batch entity creation*
043_01_05 Create Context Source Registration*