[Updated] D11909: rhg: Mark it as expected that the issue6528 bug is not reproduced
SimonSapin
phabricator at mercurial-scm.org
Wed Dec 15 10:44:04 UTC 2021
Closed by commit rHG3eb3aef6d3bf: rhg: Mark it as expected that the issue6528 bug is not reproduced (authored by SimonSapin).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11909?vs=31466&id=31489
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11909/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11909
AFFECTED FILES
tests/test-issue6528.t
CHANGE DETAILS
diff --git a/tests/test-issue6528.t b/tests/test-issue6528.t
--- a/tests/test-issue6528.t
+++ b/tests/test-issue6528.t
@@ -2,10 +2,6 @@
Test non-regression on the corruption associated with issue6528
===============================================================
-TODO: fix rhg bugs that make this test fail when status is enabled
- $ unset RHG_STATUS
-
-
Setup
=====
@@ -191,9 +187,14 @@
#endif
Check that the issue is present
+(It is currently not present with rhg but will be when optimizations are added
+to resolve ambiguous files at the end of status without reading their content
+if the size differs, and reading the expected size without resolving filelog
+deltas where possible.)
+
$ hg st
- M D.txt
- M b.txt
+ M D.txt (no-rhg !)
+ M b.txt (no-rhg !)
$ hg debugrevlogindex b.txt
rev linkrev nodeid p1 p2
0 2 05b806ebe5ea 000000000000 000000000000
@@ -211,8 +212,8 @@
found affected revision 1 for filelog 'data/b.txt.i'
found affected revision 3 for filelog 'data/b.txt.i'
$ hg st
- M D.txt
- M b.txt
+ M D.txt (no-rhg !)
+ M b.txt (no-rhg !)
$ hg debugrevlogindex b.txt
rev linkrev nodeid p1 p2
0 2 05b806ebe5ea 000000000000 000000000000
@@ -230,8 +231,8 @@
found affected revision 1 for filelog 'data/b.txt.i'
found affected revision 3 for filelog 'data/b.txt.i'
$ hg st
- M D.txt
- M b.txt
+ M D.txt (no-rhg !)
+ M b.txt (no-rhg !)
$ hg debugrevlogindex b.txt
rev linkrev nodeid p1 p2
0 2 05b806ebe5ea 000000000000 000000000000
@@ -307,8 +308,8 @@
found affected revision 1 for filelog 'b.txt'
found affected revision 3 for filelog 'b.txt'
$ hg st
- M D.txt
- M b.txt
+ M D.txt (no-rhg !)
+ M b.txt (no-rhg !)
$ hg debugrevlogindex b.txt
rev linkrev nodeid p1 p2
0 2 05b806ebe5ea 000000000000 000000000000
To: SimonSapin, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211215/dddf4c85/attachment-0002.html>
More information about the Mercurial-patches
mailing list