Skip to content

Commit 9472c7e

Browse files
authored
Version 1.9.4 - CHANGELOG.md [citest skip] (#315)
[1.9.4] - 2022-12-16 -------------------- ### New Features - none ### Bug Fixes - none ### Other Changes - Tests - use a threshold of 2 percent in volume size check (#313) There seems to be an issue calculating the expected size and the actual size of the volume. On some systems, the difference is greater than 1% but less than 2%. We are working on a better, more reliable method of calculating the expected and actual sizes. In the meantime, make the threshold 2%. Signed-off-by: Rich Megginson <rmeggins@redhat.com> Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 9b5533e commit 9472c7e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
[1.9.4] - 2022-12-16
5+
--------------------
6+
7+
### New Features
8+
9+
- none
10+
11+
### Bug Fixes
12+
13+
- none
14+
15+
### Other Changes
16+
17+
- Tests - use a threshold of 2 percent in volume size check (#313)
18+
19+
There seems to be an issue calculating the expected size and the
20+
actual size of the volume. On some systems, the difference is
21+
greater than 1% but less than 2%. We are working on a better, more
22+
reliable method of calculating the expected and actual sizes. In
23+
the meantime, make the threshold 2%.
24+
425
[1.9.3] - 2022-12-06
526
--------------------
627

0 commit comments

Comments
 (0)