FunkLoad
FunkLoad copied to clipboard
Functional and load testing framework for web applications, written in Python
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine doc/source/usage-fl-run-bench.rst, doc/source/usage-fl-run-test.rst, src/funkload/XmlRpcBase.py and observe `overriden`, however expect to see `overridden`. - Examine README.rst and...
You cannot add int to datetime.datetime object. Here's a fix.
HTTP getfile() and read() was too slow for download tests.
My load tests are in a sub package under `application_name.tests.performance.test_http_unit`. The tests work with the `TestRunner` executed using `fl-run-test application_name.tests.performance.test_http_unit`. When I tried to run a benchmark test an error...
after update my funkload test is broken with errror File "/usr/local/lib/python2.7/dist-packages/funkload/PatchWebunit.py", line 391, in WF_fetch if not webproxy and not 'Host' in self.extra_headers.keys(): AttributeError: 'list' object has no attribute 'keys'
The test to see if 'Host' header already exists is not correct. To make the test work convert list of tuples representing the current headers to a dictionary, so we...
I tried older versions and it works fine. Current master branch works too. The current (1.17.1) PyPI package fails. Looks like README.txt was not packaged. ``` $ pip install funkload...
I have installed funkload on OS X by using the command below: `brew install funkload` I use the demo version of funkload itself to run a test, so what only...
Well my configuration about the cycle duration is 10s.But it spends more than 120s to wait end of threads.Can i make some changes so that the threads end quickly enough?
A useful feature would be to be able to exclude assets on a page that are not from the same domain or supply a whitelist to fl-run-bench of domains that...