stressant 0.6.0 source package in Ubuntu

Changelog

stressant (0.6.0) unstable; urgency=medium

  * documentation updates:
    * mention disk-filltest
    * do not verify disk wipes and use the "random" method
    * "stressant.py" was renamed to "stressant"
    * factor in NMU from plugwash, thanks!
  * code changes:
    * remove bare except, assuming we mean to catch other SMTP exceptions
    * cosmetic: harmonize fio argument order between file and dir
    * cosmetic: remove cargo-culted comments referring to previous code
  * API-breaking changes:
    * merge the two disk sizes arguments (--diskPercent and --fileSize
      merge into --writeSize)
    * deprecate the ISO build functionality, we made it into grml
  * new features:
    * cap disk tests to one minute by default (--diskRuntime)
    * bump Standards-Version to 4.5.0, no change
    * improve error messages in SMTP backoff mechanism
    * backport Python 3.7 improvements to SMTP buffering handler
  * bugfixes:
    * fix unicode decode error in Python 3.7
    * create directory earlier, so that dd can work
    * fix job file argument so it supports jobs with filename=
    * fix error handling in SMTP handler
    * fix infinite loop in SMTP handler

 -- Antoine Beaupré <email address hidden>  Thu, 20 Feb 2020 09:43:58 -0500

Upload details

Uploaded by:
anarcat
Uploaded to:
Sid
Original maintainer:
anarcat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stressant_0.6.0.dsc 1.4 KiB e345cf445c7ea65ddd0dd0d12ad9b23c3454d1baa7ccd0b9fb55717d54544290
stressant_0.6.0.tar.xz 44.8 KiB 3fd05aeea5a16f145532a56476fcc3b7c449cc10f6e39aaf9a02e0e2beab2afd

Available diffs

No changes file available.

Binary packages built by this source

stressant: simple stress testing and burn-in tool

 stressant is designed to run on new machines to make sure they will
 work reliably by testing various parts of the system (CPU, RAM, disk,
 network) by putting them under heavy load and try to detect failures.
 .
 As much as possible, stressant tries to reuse existing tools to
 perform the various tasks and aims to be run automatically.

stressant-doc: No summary available for stressant-doc in ubuntu hirsute.

No description available for stressant-doc in ubuntu hirsute.

stressant-meta: stress-testing, benchmarking and recovery tools (meta-package)

 Meta-pacakge for the utilities documented in the stressant project.
 .
 Packages documented in the stressant manpage are direct dependencies
 here, while the Suggested packages are general-purpose rescue,
 diagnostic, forensics or testing tools that were found in other
 rescue images.