Description of problem: When running the stress test the User setting are generating "uninitialized value" errors Version-Release number of selected component (if applicable): Pg How reproducible: Easy Steps to Reproduce: 1. run stress test 2. monitor error_log Actual results: Use of uninitialized value in string eq at /var/www/html/bugzilla/Bugzilla/Template.pm line 421. Use of uninitialized value $skin in concatenation (.) or string at /var/www/html/bugzilla/Bugzilla/Template.pm line 464. Expected results: No "uninitialized value" errors
(In reply to Jeff Fearn from comment #0) > Use of uninitialized value $skin in concatenation (.) or string at > /var/www/html/bugzilla/Bugzilla/Template.pm line 464. > Is there any reliable way to reproduce this? From reading the code bugzilla will populate the $skin value from the site default if the user hasn't overridden it. I can't replicate it in my testing.
If you put in some logging we can put it on -06 and run the stress test, which is where I saw it.
After cleaning out the logs and running the stress test this no longer presents ...