Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/4.2.0-1
    6bcdee03 · d/changelog. ·
    Debian release 4.2.0-1
    
  • 4.2.0
    Release 4.2.0
    
  • debian/4.1.0-3
    Debian release 4.1.0-3
    
  • debian/4.1.0-2
    2debe11c · Add bash completion. ·
    Debian release 4.1.0-2
    
  • debian/4.1.0-1
    fc4a3ab7 · Now packaging 4.1.0 ·
    Debian release 4.1.0-1
    
  • debian/4.0.1-2
    2f87ff72 · Uploading to unstable. ·
    Debian release 4.0.1-2
    
  • 4.1.0
    Release 4.1.0
    
    This stestr release is a feature release that primarily fixes
    compatibility with subunit 1.4.3 and initial compatibility with Python
    3.12.
    
    Features
    --------
    
    - Add support for configuring stestr via a pyproject.toml file.
    
  • debian/4.0.1-1
    Debian release 4.0.1-1
    
  • debian/3.2.1-2
    Debian release 3.2.1-2
    
  • 4.0.1
    Release 4.0.1
    
    This stestr release is a bugfix release that fixes two issues that were
    identified in the 4.0.0 release.
    
    Fixes
    -----
    
    * Fixed an issue around the unittest runner unexpectedly not running the
      requested tests (or executing them in an unexpected order) causing odd
      failures that were difficult to debug.
    * Fixed the output handling of `stestr run` and `stestr load` so that
      any segfaults or unexpected failures in a test worker are now properly
      reported in the subunit-trace output.
    
  • 4.0.0
    Release 4.0.0
    
    This is a major version release because it drops support for the `'sql'`
    repository type and also the flags and Python API flags for selecting
    the repository type, which was deprecated in the 3.2.0 release. This was
    always an experimental feature that never reached feature pairity with
    the default ``'file'`` repository type. If you were relying on this
    repository type you should transition to using a file repository type and
    manually leverage subunit2sql to store data in a SQL database.
    
    This release also support for running with Python 3.5. If you're relying
    on being able to use stestr with Python 3.5 you can continue to use
    stestr < 4.0.0.
    
    New Features
    ------------
    
    * Official support for Python 3.10. While 3.10 worked fine in previous
      stestr releases, this release is the first to include testing and mark
      support in the package metadata.
    
    Fixes
    -----
    
    * Fixed the execution order of the stestr run --load-list option so that
      tests are executed in the order specified in the list. This was
      inadvertedtly broken at some point so that the
    
  • debian/3.2.1-1
    Debian release 3.2.1-1
    
  • 3.2.1
    Release 3.2.1
    
    This is a patch version release that contains a bugfix for the detection
    and reporting of instances where a test worker exits without reporting a
    test's final status. This is critical for debugging situations where
    there is a segfault or other system error in a test.
    
    Fixes
    -----
    
    - Fixed the detection of test worker failures before reporting final
      result status (resulting in a test showing a status of "inprogress").
      This enables reporting any tests that were running when the test
      worker exited.
    
  • debian/3.1.0-2
    e752f4c3 · Upload to unstable. ·
    Debian release 3.1.0-2
    
  • 3.2.0
    Release 3.2.0
    
    This is a minor version release that adds a couple new features and
    fixes bugs.
    
    New Features
    ------------
    
    * Support for configuring stestr via a tox.ini file has been added. It's
      now no longer needed to create a separate .stestr.conf file and
      instead it can be embedded in an existing tox.ini file.
    * A new stestr command, `stestr history list` has been added to list the
      previous runs in the stestr repository.
    * A new stestr command, `stestr history show` has been added to show the
      output from a previous run from the stestr repository.
    * A new stestr command, `stestr history remove`, has been added to
      remove runs from the stestr repository.
    
    Deprecations
    ------------
    
    * The 'sql' repository type has been deprecated and will be removed in
      the 4.0.0 release. This was never the default repository type and for its
      entire existence it was listed as an experimental feature. If you were
      relying on this repository type you should transition to using a file
      repository type and manually leverage subunit2sql to store data in a SQL
      database.
    * The `--repo-type`/`-r` common argument for switching the repository
      type has been deprecated and will be removed in the 4.0.0 release.
    
    Fixes
    -----
    
    * Runs that have a worker crash outside of Python (typically with an
      error like a segfault) are now properly highlighted in the default
      subunit-trace output. Previously they would just silently be listed as
      'inprogress' and not show as failed anywhere.
    
  • debian/3.1.0-1
    278db1de · Now packaging 3.1.0 ·
    Debian release 3.1.0-1
    
  • 3.1.0
    Release 3.1.0
    
    This is minor version release contains two major changes. The first is
    that this release is the first to officially support Python 3.9. While
    stestr ran fine with 3.9 before this, it wasn't tested or marked as
    supported in the package metadata previously.
    
    The other change made is that non-inclusive terminology which was
    previously used in the CLI has been deprecated and will be removed in
    a future release.
    
    New Features
    ------------
    
    * Python 3.9 is officially a supported
    * Three new options, --include-list, --exclude-list, and --exclude-regex
      have been added to the run and list commands. These options are
      replacements for the previous non-inclusive terms used on these
      commands.
    
    Deprecations
    ------------
    
    * The --whitelist-file, --blacklist-file, and --black-regex CLI
      arguments from all commands where they were used and the matching Python
      API parameters have been deprecated. They have been superseded by
      --include-list, --exclude-list, and --exclude-regex respectively.
    
  • debian/3.0.1-2
    Debian release 3.0.1-2
    
  • debian/3.0.1-1
    Debian release 3.0.1-1
    
  • 3.0.1
    Release 3.0.1
    
    This is a bugfix release that addresses a package metadata issue in
    3.0.0 which didn't set the minimum supported python version correctly.
    This release fixes that issue so it stestr can't be installed on Python
    < 3.5. Otherwise, it is the same as the 3.0.0 release.