This is an archive of the discontinued Mercurial Phabricator instance.

tests: show that debugrebuilddirstate is broken with narrow+sparse
ClosedPublic

Authored by pulkit on Dec 24 2018, 8:19 AM.

Details

Summary

This adds a test to show that debugrebuildirstate is broken when both narrow and
sparse extensions are enabled.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Dec 24 2018, 8:19 AM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.Jan 11 2019, 10:04 PM

+ $ hg debugrebuilddirstate
+ unknown exception encountered, please report by visiting
+
https://mercurial-scm.org/wiki/BugTracker
+ Python 2.7.12 (default, Nov 12 2018, 14:36:49) [GCC 5.4.0 20160609]
+
Mercurial Distributed SCM (version 4.8.1+588-479a5ea51ccc+20181224)
+ ** Extensions loaded: narrow, sparse
+ Traceback (most recent call last):
+ File "/place/vartmp/hgtests.zMelCK/install/bin/hg", line 43, in <module>
+ dispatch.run()

Next time, please don't include a raw traceback, which makes the test
unstable.