Project

General

Profile

Bug #9799

Updated by Tom Clegg over 7 years ago

Currently source:apps/workbench/test/integration/websockets_test.rb uses admin credentials. This can (and, I suspect, does) conveniently avoid detecting permission-related problems that prevent normal users from seeing any live logs (via Workbench, crunchstat-summary, arv-ws, etc). 

 Proposed approach: 
 * Change the tests so they use "active" instead of "admin" user 
 * (If needed) make logging work again (might require API / permission model changes) 

Back