##// END OF EJS Templates
rhg: Mark it as expected that the issue6528 bug is not reproduced...
Simon Sapin -
r49301:3eb3aef6 default
parent child Browse files
Show More
@@ -2,10 +2,6 b''
2 Test non-regression on the corruption associated with issue6528
2 Test non-regression on the corruption associated with issue6528
3 ===============================================================
3 ===============================================================
4
4
5 TODO: fix rhg bugs that make this test fail when status is enabled
6 $ unset RHG_STATUS
7
8
9 Setup
5 Setup
10 =====
6 =====
11
7
@@ -191,9 +187,14 b" only since some versions of tar don't ha"
191 #endif
187 #endif
192
188
193 Check that the issue is present
189 Check that the issue is present
190 (It is currently not present with rhg but will be when optimizations are added
191 to resolve ambiguous files at the end of status without reading their content
192 if the size differs, and reading the expected size without resolving filelog
193 deltas where possible.)
194
194 $ hg st
195 $ hg st
195 M D.txt
196 M D.txt (no-rhg !)
196 M b.txt
197 M b.txt (no-rhg !)
197 $ hg debugrevlogindex b.txt
198 $ hg debugrevlogindex b.txt
198 rev linkrev nodeid p1 p2
199 rev linkrev nodeid p1 p2
199 0 2 05b806ebe5ea 000000000000 000000000000
200 0 2 05b806ebe5ea 000000000000 000000000000
@@ -211,8 +212,8 b' Dry-run the fix'
211 found affected revision 1 for filelog 'data/b.txt.i'
212 found affected revision 1 for filelog 'data/b.txt.i'
212 found affected revision 3 for filelog 'data/b.txt.i'
213 found affected revision 3 for filelog 'data/b.txt.i'
213 $ hg st
214 $ hg st
214 M D.txt
215 M D.txt (no-rhg !)
215 M b.txt
216 M b.txt (no-rhg !)
216 $ hg debugrevlogindex b.txt
217 $ hg debugrevlogindex b.txt
217 rev linkrev nodeid p1 p2
218 rev linkrev nodeid p1 p2
218 0 2 05b806ebe5ea 000000000000 000000000000
219 0 2 05b806ebe5ea 000000000000 000000000000
@@ -230,8 +231,8 b' Test the --paranoid option'
230 found affected revision 1 for filelog 'data/b.txt.i'
231 found affected revision 1 for filelog 'data/b.txt.i'
231 found affected revision 3 for filelog 'data/b.txt.i'
232 found affected revision 3 for filelog 'data/b.txt.i'
232 $ hg st
233 $ hg st
233 M D.txt
234 M D.txt (no-rhg !)
234 M b.txt
235 M b.txt (no-rhg !)
235 $ hg debugrevlogindex b.txt
236 $ hg debugrevlogindex b.txt
236 rev linkrev nodeid p1 p2
237 rev linkrev nodeid p1 p2
237 0 2 05b806ebe5ea 000000000000 000000000000
238 0 2 05b806ebe5ea 000000000000 000000000000
@@ -307,8 +308,8 b" only since some versions of tar don't ha"
307 found affected revision 1 for filelog 'b.txt'
308 found affected revision 1 for filelog 'b.txt'
308 found affected revision 3 for filelog 'b.txt'
309 found affected revision 3 for filelog 'b.txt'
309 $ hg st
310 $ hg st
310 M D.txt
311 M D.txt (no-rhg !)
311 M b.txt
312 M b.txt (no-rhg !)
312 $ hg debugrevlogindex b.txt
313 $ hg debugrevlogindex b.txt
313 rev linkrev nodeid p1 p2
314 rev linkrev nodeid p1 p2
314 0 2 05b806ebe5ea 000000000000 000000000000
315 0 2 05b806ebe5ea 000000000000 000000000000
General Comments 0
You need to be logged in to leave comments. Login now