Topic/stable/test obsolete fix
Merge request reports
Activity
- tests/test-evolve-obsolete.t 0 → 100644
1 =============================================== This file should probably be called
evolve-wdir
given what it test.I wonder if this is the right direction. Since the varienty of case is going to close to the one we have for normal changeset. Maybe we just need to test wdir stabilisation at the same location as we test normal changeset ?
Int he case we are interrested in it would mean moving the test in some divegrence related test (if we don't already have an equivalent).
By Pierre-Yves David on 2020-07-23T18:39:22 (imported from GitLab)
changed this line in version 2 of the diff
By Sushil Khanchi on 2020-07-23T19:05:19 (imported from GitLab)
My intention of adding all these cases at same place: I was thinking to improve the behavior for rest two cases, specially for split case since I see some space there. For now, we just give an error and do nothing but but we can definitely update to maximum of all the split csets if they went on a linear line.
By Sushil Khanchi on 2020-07-23T19:10:04 (imported from GitLab)
My point is that we are going to get all the combination we tend to get for the other case (eg: is the split linear, which one is the top most, etc).
However I think the amount of case will be quite limited since we are talking about orphan only here. So lets keep this file :-)
By Pierre-Yves David on 2020-07-23T20:41:14 (imported from GitLab)
- tests/test-evolve-obsolete.t 0 → 100644
1 =============================================== 2 Testing evolution of obsolete working directory 3 =============================================== 4 5 Pulling changes from other repos can make your working directory parent (wdp) changed this line in version 2 of the diff
By Sushil Khanchi on 2020-07-23T19:05:20 (imported from GitLab)
Pushed file-rename and words used changes.
By Sushil Khanchi on 2020-07-23T19:11:51 (imported from GitLab)
Edited by Raphaël Gomès
assigned to @khanchi97 and unassigned @marmoute
By Pierre-Yves David on 2020-07-23T18:43:57 (imported from GitLab)
added 2 commits
- 272094174185 - test-obsolete: move a divergence related test from the main test
- d55e83faeaf8 - test-obsolete: remove divergence casually introduced by rebase
By Sushil Khanchi on 2020-07-23T19:05:20 (imported from GitLab)
assigned to @marmoute and unassigned @khanchi97
By Sushil Khanchi on 2020-07-23T19:12:17 (imported from GitLab)