t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Create a sandbox mode for user-tests #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The IP throttling restriction makes it hard to test that you have things set 
up correctly for browserscope.

Original issue reported on code.google.com by els...@gmail.com on 13 May 2010 at 9:53

GoogleCodeExporter commented 8 years ago
So the simplest idea here would be just to allow a parameter like s=1 in the 
beacon 
whereby we'd bypass the IP throttle. Of course this does open up for the 
possibility 
of abuse - but I suppose we still have App Engine's frontend protection in 
place and 
if a user test gets a bunch of bad data, a developer would just have to change 
tests 
or something. Anyhow, if anyone has other ideas here, please chime in!

Original comment by els...@gmail.com on 13 May 2010 at 10:03

GoogleCodeExporter commented 8 years ago
Fixed in r595 - Check out the /user/tests/howto page and try with 
?sandboxid=YOUR-
SANDBOX-ID to verify. Supporting unit tests have been added as well.

Original comment by els...@gmail.com on 14 May 2010 at 2:04