ValueError OOPS on codehosting
Bug #701953 reported by
Ursula Junque
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Fix Released
|
High
|
Jelmer Vernooij | ||
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
As seen on OOPS-1833BZR102411 and OOPS-1833BZR183131:
ValueError: requested revno (2152) is later than given known revno (2151)
Related branches
lp://staging/~jelmer/brz/revno-order
- Martin Packman: Approve
-
Diff: 435 lines (+195/-20)14 files modifiedbreezy/bzr/branch.py (+1/-1)
breezy/bzr/remote.py (+23/-1)
breezy/bzr/smart/repository.py (+12/-6)
breezy/errors.py (+10/-0)
breezy/git/revspec.py (+2/-1)
breezy/log.py (+2/-2)
breezy/repository.py (+2/-4)
breezy/revisionspec.py (+5/-5)
breezy/tests/per_branch/__init__.py (+1/-0)
breezy/tests/per_branch/test_get_rev_id.py (+40/-0)
breezy/tests/per_repository/__init__.py (+1/-0)
breezy/tests/per_repository/test_get_rev_id_for_revno.py (+61/-0)
breezy/tests/test_remote.py (+31/-0)
doc/en/release-notes/brz-3.0.txt (+4/-0)
Superseded
for merging
into
lp://staging/brz
- Breezy developers: Pending requested
-
Diff: 435 lines (+195/-20)14 files modifiedbreezy/bzr/branch.py (+1/-1)
breezy/bzr/remote.py (+23/-1)
breezy/bzr/smart/repository.py (+12/-6)
breezy/errors.py (+10/-0)
breezy/git/revspec.py (+2/-1)
breezy/log.py (+2/-2)
breezy/repository.py (+2/-4)
breezy/revisionspec.py (+5/-5)
breezy/tests/per_branch/__init__.py (+1/-0)
breezy/tests/per_branch/test_get_rev_id.py (+40/-0)
breezy/tests/per_repository/__init__.py (+1/-0)
breezy/tests/per_repository/test_get_rev_id_for_revno.py (+61/-0)
breezy/tests/test_remote.py (+31/-0)
doc/en/release-notes/brz-3.0.txt (+4/-0)
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → Critical |
tags: | added: codehosting-ssh |
tags: | added: bzr |
tags: | removed: bzr |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
importance: | Critical → High |
To post a comment you must log in.
I can't figure out how to reproduce these errors.
At first I thought that these errors weren't occurring any more, but
that's because the OOPS ID changes with the varying error message (the
revnos are different).
To see recent instances of the error log into devpad and grep for them:
cd /srv/launchpad. net-logs/ scripts/ crowberry/ codehosting- oopses
grep 'is later than given known revno' **/*
I'm adding Bazaar to this bug. I'm not certain it is pertinent, but I
think so.