hammer-editor/integrationTests
Adam Brown dfaa3a9900
Clarify why SceneTimestampsTest can't pin server timestamps exactly
The previous comment claimed the range assertion proved the edit
"round-tripped instead of being stamped with NOW() server-side." It
doesn't — server-side NOW() during sync falls in the same window.

Replace with an honest description: storeAllBuffers inside prepareForSync
bumps lastEdited right before upload, and the debounced contentFlow can
fire again post-sync, so client-bumped-during-sync and server-stamped-
on-receipt are observationally identical without instrumenting the sync
pipeline. The range check still rules out drops, epoch-0 resets, and
clearly-wrong stamps.
2026-05-23 13:23:59 -07:00
..
src/jvmTest/kotlin/com/darkrockstudios/apps/hammer/integration Clarify why SceneTimestampsTest can't pin server timestamps exactly 2026-05-23 13:23:59 -07:00
build.gradle.kts Add round-trip sync integration test suite 2026-05-13 22:28:19 -07:00