molotov icon indicating copy to clipboard operation
molotov copied to clipboard

Load Testing Tool

Results 33 molotov issues
Sort by recently updated
recently updated
newest added

I found that in `molotov "2022-06-06" and project = "molotov"``` ![image](https://user-images.githubusercontent.com/25303578/174585053-dbb3d36c-b524-4cdd-97ce-b27d52731d05.png) The intruder can create `aiomeasures` package to reach his goals.

Travis CI doesn't provide free CI any more, migrate to GitHub actions. Builds on top of #141.

Python 3.10 dropped support for the loop parameter to `asyncio.sleep()` and `gather()`, the default loop is used instead. I haven't audited whether any of these code paths now need to...

Python 3.10, released on Oct. 4, 2021, removed support to the loop keyword argument on some asyncio functions [1.2]. The test suite now fails to run, with most failures showing...

Hey, I noticed that version 2.4 is published, but no tag has been published to the repository. Thanks :-)

Hello when i try to use bzt that use molotov i got this error with pipenv ``` [pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.10 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

I have the simplest web-service and the simplest scenario, which return a lot of false-"FAILED" for requests, which were successfully processed. The scenario is: ```@scenario(weight=100) async def scenario_one(session): async with...

Hey, I'm still trying to reuse my molotov scripts to do an integration test -- as a mean to both test my sever and my molotov script. But molotov always...

venv/lib/python3.7/site-packages/molotov/session.py:43 /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/molotov/session.py:43: DeprecationWarning: Inheritance class LoggedClientSession from ClientSession is discouraged class LoggedClientSession(ClientSession): contract-tests/test_api_v3.py::test_list /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/aiohttp/connector.py:730: DeprecationWarning: The object should be created from async function loop=loop) contract-tests/test_api_v3.py::test_list /mnt/c/Users/chartjes/normandy/venv/lib/python3.7/site-packages/aiohttp/connector.py:735: DeprecationWarning: The object should...