Roundup Tracker - Issues

Issue 502437

classification
rogue reactor and unittest
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : grubert, richard
Priority: normal :

Created on 2002-01-11 19:06 by grubert, last changed 2002-01-11 19:06 by grubert.

Files
File name Uploaded Description Edit Remove
testfail.tar.gz grubert, 2002-01-11 19:07 test code
Messages
msg124 Author: [hidden] (grubert) Date: 2002-01-11 19:06
sending a followup twice with different users let the reactor 
overreact (loop until no maximum recursion).

i know where to 
turn this off
nosyreactor.py move 2nd change=1 down:
line: 82
  
if db.user.get(authid, 'username') == 'anonymous': continue
  
change = 1 # MOVE FROM
  # append the author only after issue 
creation
  if oldvalues is None:
    nosy.append(authid)
    change = 
1 # TO HERE

msg125 Author: [hidden] (grubert) Date: 2002-01-11 19:13
Logged In: YES 
user_id=147070

the test contains (silly me no readme)
output: fw2_2.output-
extpatched,fw2_6.output-extpatched 
and fw2_2.output-
classicpatched,fw2_6.output-classicpatched.

extpatched means 
extended/nosyreactor patched and classic patched the 
classic/nosyreactor.
it seams extended/nosy is never loaded.

and 
the changed files.
I DONOT KNOW if the nosyreactor patch does not break 
other things.

msg126 Author: [hidden] (richard) Date: 2002-01-11 23:23
Logged In: YES 
user_id=6405

fixed, thanks for chasing it up!
History
Date User Action Args
2002-01-11 19:06:49grubertcreate