[Buildbot] #2960: Builder page show that some build exists, but their own page doesn't
Buildbot trac
trac at buildbot.net
Wed Oct 29 09:34:51 UTC 2014
#2960: Builder page show that some build exists, but their own page doesn't
----------------------+-----------------------
Reporter: Ben | Owner: tardyp
Type: undecided | Status: accepted
Priority: major | Milestone: 0.9.0
Version: 0.8.9 | Resolution:
Keywords: web |
----------------------+-----------------------
Comment (by Ben):
Sure, I understand that relying on the $http cache would (maybe ?) create
new Object for every request, that they come from the cache, or that they
come from the db, and that the way it is done now assure us that the same
object get answered for all subsequent requests, keeping the binding and
the rest.
The point is, because we are caching on the wrong level, we are caching
the wrong stuff (404). That's an architectural trouble that can hardly be
worked around in the current situation without adding much unnecessary
complexity as we do need some information about the status of the
underlying http request that is a few levels below. Quite difficult to
achieve without violating layers ...
As it is now, is just doesn't work. I do recognize the simplicity of the
current solution, and its huge advantage, but we have to move on to a
suitable solution, be it, first, completely without caching ?
--
Ticket URL: <http://trac.buildbot.net/ticket/2960#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the bugs
mailing list