xtypebee / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

PatchSets are added in wrong order [SDK 1.5.3] #338

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start server
2. Make modifications to Makefile
3. Upload review (http://localhost:8080/1/ in my case)
4. Make modifications to Makefile
5. Stop server, start it again
6. ./upload.py -s localhost:8080 -i 1
7. Enter message like '2nd attempt'

What is the expected output? What do you see instead?
The second PatchSet is added before the first! No delta is visible, of course.

I wonder if it is possible to write a test case for this behaviour?

Original issue reported on code.google.com by techtonik@gmail.com on 28 Sep 2011 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 6 Apr 2012 at 7:19