Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
testing 3.9.0
=============
Recommended release for development: Fedora 43

- Update revision number to 9:
https://github.com/stratis-storage/testing/pull/323

- Extend stratis-decode-dm tests:
https://github.com/stratis-storage/testing/pull/334

- Change expected error type on failure to set fs limit:
https://github.com/stratis-storage/testing/pull/333

- monitor_dbus_signals: check variant_level equality:
https://github.com/stratis-storage/testing/pull/328

- Add tests for starting pool without cache:
https://github.com/stratis-storage/testing/issues/326
https://github.com/stratis-storage/testing/pull/327

- Add value for pool start remove_cache D-Bus argument:
https://github.com/stratis-storage/testing/pull/324

- Skip dbus monitor for test_pool_add_different_data_after_cache:
https://github.com/stratis-storage/testing/pull/335

- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/336
https://github.com/stratis-storage/testing/pull/332
https://github.com/stratis-storage/testing/pull/331
https://github.com/stratis-storage/testing/pull/330
https://github.com/stratis-storage/testing/pull/329
https://github.com/stratis-storage/testing/pull/325


testing 3.8.1
=============
Recommended release for development: Fedora 41
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = testing
url = https://github.com/stratis-storage/testing
version = 3.8.1
version = 3.9.0
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
Expand Down