test(overhaul): prepare exact owner portal reveal regression route #474
This commit is contained in:
parent
1d80aa7b0f
commit
0e4cad31ea
2 changed files with 104 additions and 0 deletions
|
|
@ -100,6 +100,23 @@ manually acknowledges without the graphical loaded-backend gate;
|
|||
proves the gate while assuming streaming can independently finish.
|
||||
The fix needs a composed regression, not a timeout or forced reveal.
|
||||
|
||||
### Exact pose for the post-repair route
|
||||
|
||||
The accepted ServerPosition in canonical Snapshot (nullable at021737ae7a18,
|
||||
value021737ae7a1c) is30310005 at(18.913158,116.288345,27.242300),
|
||||
quaternion WXYZ(-0.003543,0,0,-0.999994). This is the incoming destination,
|
||||
NOT the blocked restore receipt's resolved cell30310014. The log's preceding
|
||||
successful3032001C materialization is(83.3,89.2,132.00499). Preserve this
|
||||
distinction when reproducing the portal: the in-flight restore of the prior
|
||||
resident is not permission to replace the owner's intended portal destination.
|
||||
|
||||
Prepared but NOT RUN: `tools/overhaul-selfgate/route-474-portal-reveal.txt`.
|
||||
It recreates the0904→3032 lead-in, repeats3032↔3031, then uses Facility Hub
|
||||
and Holtburg controls. Each hop requires its own materialization occurrence,
|
||||
world visibility, before/after timestamped checkpoint and selected PNGs.
|
||||
Checkpoint deltas include frame/checkpoint overhead; report them as observed
|
||||
command-to-visible wall time, not pure streaming or isolated performance.
|
||||
|
||||
## Process state / next boundary
|
||||
|
||||
By09:02+02 AcDream is absent and its log records graceful logout and reveal6
|
||||
|
|
|
|||
87
tools/overhaul-selfgate/route-474-portal-reveal.txt
Normal file
87
tools/overhaul-selfgate/route-474-portal-reveal.txt
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# #474 regression route. NOT a gate result until run on the reviewed Release.
|
||||
# Fresh process/direct login; no other AcDream process. Retail is owner-held.
|
||||
# High + near4/far25 + verified recipe10 package match the failed owner run.
|
||||
# before/after checkpoint TimestampUtc deltas measure command-to-visible
|
||||
# wall time with frame/checkpoint overhead; they are not isolated asset timings.
|
||||
# Materialization occurrence checks prevent stale world-visible from passing.
|
||||
wait world-ready 180000
|
||||
wait world-visible 90000
|
||||
resize 1024 768
|
||||
wait framebuffer 1024 768 30000
|
||||
renderpack select high
|
||||
wait render-pack high 90000
|
||||
checkpoint 474_00_login
|
||||
screenshot 474-00-login 15000
|
||||
|
||||
# Recreate the owner's long-distance lead-in.
|
||||
checkpoint 474_01_before
|
||||
command /teleloc 09040008 11.4 188.6 87.705
|
||||
wait materialized 1 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_01_after
|
||||
|
||||
checkpoint 474_02_before
|
||||
command /teleloc 3032001C 83.3 89.2 132.00499
|
||||
wait materialized 2 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_02_after
|
||||
sleep 1000
|
||||
screenshot 474-02-source-3032 15000
|
||||
|
||||
# Exact accepted wire pose recovered from the failed owner's heap.
|
||||
checkpoint 474_03_before
|
||||
command /teleloc 30310005 18.913158 116.288345 27.242300 -0.003543 0 0 -0.999994
|
||||
wait materialized 3 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_03_after
|
||||
sleep 1000
|
||||
screenshot 474-03-destination-3031 15000
|
||||
|
||||
# Two repeated adjacent returns/revisits exercise retained-resident churn.
|
||||
checkpoint 474_04_before
|
||||
command /teleloc 3032001C 83.3 89.2 132.00499
|
||||
wait materialized 4 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_04_after
|
||||
|
||||
checkpoint 474_05_before
|
||||
command /teleloc 30310005 18.913158 116.288345 27.242300 -0.003543 0 0 -0.999994
|
||||
wait materialized 5 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_05_after
|
||||
sleep 1000
|
||||
screenshot 474-05-destination-revisit 15000
|
||||
|
||||
checkpoint 474_06_before
|
||||
command /teleloc 3032001C 83.3 89.2 132.00499
|
||||
wait materialized 6 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_06_after
|
||||
|
||||
checkpoint 474_07_before
|
||||
command /teleloc 30310005 18.913158 116.288345 27.242300 -0.003543 0 0 -0.999994
|
||||
wait materialized 7 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_07_after
|
||||
sleep 1000
|
||||
screenshot 474-07-destination-third 15000
|
||||
|
||||
# Indoor collapse and long-distance outdoor control.
|
||||
checkpoint 474_08_before
|
||||
command /teleloc 8A02015E 60.251431 -38.848198 -5.995000 0.995004 0 0 -0.099833
|
||||
wait materialized 8 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_08_after
|
||||
sleep 1500
|
||||
screenshot 474-08-facility-control 15000
|
||||
|
||||
checkpoint 474_09_before
|
||||
command /teleloc A9B40019 84.0 7.1 94.005
|
||||
wait materialized 9 180000
|
||||
wait world-visible 90000
|
||||
checkpoint 474_09_after
|
||||
sleep 1500
|
||||
screenshot 474-09-holtburg-control 15000
|
||||
sleep 10000
|
||||
checkpoint 474_10_settled
|
||||
close-client
|
||||
Loading…
Add table
Add a link
Reference in a new issue