Roundup Tracker - Issues

Message7378

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2021-11-30.07:31:40
Message-id <20211130073136.c5ibgnvdookgeylo@runtux.com>
In-reply-to <1638218051.94.0.773525157644.issue2551172@roundup.psfhosted.org>
On Mon, Nov 29, 2021 at 08:34:11PM +0000, John Rouillard wrote:
> 
> Also is there a way to test for this error case as well as validating that 
> post_init is idempotent now and forever?

At least in some of the regression tests the post_init is called
multiple times, that's why I noticed during implementation of the
rev_multilink feature.

And concerning the other question: Yes I think the backend calls
post_init when the database updates (version change) are performed.
And this does not seem to happen when multiple requests are processed in
the new server implementation. Interestingly it *is* correctly performed
in wsgi which I'm mostly using.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2021-11-30 07:31:40schlatterbecksetrecipients: + schlatterbeck, rouilj
2021-11-30 07:31:40schlatterbecklinkissue2551172 messages
2021-11-30 07:31:40schlatterbeckcreate