changeset 52192:54be3c9bc81f stable

tests: conditionalize missing output in test-racy-mutations.t on Windows No idea why this is only missing on Windows. I verified that the line marked as missing directly above this for the changelog is, in fact, missing on both Windows and Linux. So there's probably work to do in this area on all platforms. It would be nice to figure out what is going on, but this appeases CI in the meantime.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 05 Nov 2024 11:48:22 -0500
parents cfc4985b2964
children bda065f37f64
files tests/test-racy-mutations.t
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-racy-mutations.t	Thu Nov 07 10:36:12 2024 -0500
+++ b/tests/test-racy-mutations.t	Tue Nov 05 11:48:22 2024 -0500
@@ -116,10 +116,14 @@
      rev linkrev nodeid       p1           p2
        0       0 222799e2f90b 000000000000 000000000000
        1       1 6f124f6007a0 222799e2f90b 000000000000 (missing-correct-output !)
+
 And, because of transactions, there's none in the manifestlog either.
+
+TODO: Figure out why this is different on Windows.
   $ hg debugrevlogindex -m
      rev linkrev nodeid       p1           p2
        0       0 7b7020262a56 000000000000 000000000000
-       1       1 ad3fe36d86d9 7b7020262a56 000000000000
+       1       1 ad3fe36d86d9 7b7020262a56 000000000000 (no-windows !)
+       1       1 ad3fe36d86d9 7b7020262a56 000000000000 (missing-correct-output windows !)
 #endif