ducktape
ducktape copied to clipboard
System integration and performance tests
I'm not sure what changed - it was certainly not a ducktape code change, nor it was a vagrant ubuntu base box change (because I've tested with older boxes explicitly,...
When running high number of parallel tests (attached sample contains 350 tests), following runtime errors are received (repeated multiple times): ``` RuntimeError('Unable to receive response from driver') Traceback (most recent...
The [documentation site](http://ducktape-docs.readthedocs.io/) linked from the project README is out of sync with the content in project repo. readthedocs.io shows "v:latest" with no other options, however, the page title is...
Here's the doc: https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/
This patch changes the ssh_capture command to additionally print out stdout output on non-zero exit codes. While it's expected for the command to print out its error in stderr, not...
@confluentinc/quality-eng is tagged for visibility **Describe the bug** when experiencing an unresponsive client or a test that exceeds the runner client timeout in time, ducktape doesn't clean up the clients....
Add a reporter to ducktape that allows for test results to be directly uploaded to s3 instead of storing them locally.
Closes #297
It would be helpful to have a way to run tests that are known to be flakey but not have the test results be counted towards passing or failing in...
per @benstopford: As a developer I want to be able to run groups of tests that I think are relevant to my change So that I don't have to wait...