You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
database_persistence and elastic_volumes test have very similar success and failure messages. When reading the testsuite output, it is hard to understand what was tested for.
Below is an example workload run with failure messages for both test outputs.
Messages for the database_persistence test
PASSED: Elastic Volumes Used
PASSED: Elastic Volumes and Statefulsets Used
FAILED: Elastic Volumes Not Used
FAILED: Statefulset used without an elastic volume
Messages for the elastic_volumes test
PASSED: Elastic Volumes Used
FAILED: Elastic Volumes Not Used
To Reproduce
Try running the elastic_volumes test and the database_persistence tests as a part of the workload group.
./cnf-testsuite workload
Expected behavior
Indicate what is being tested in the appropriate success/failure messages.
The text was updated successfully, but these errors were encountered:
Fixescnti-testcatalog#1201
Output of these tests should correctly represent what is being tested.
With new messages - it is visible, that test logic is flawed and
should be fixed (in another commit).
Change test messages of elastic_volumes and database_persistence
Change expected messages in spec tests.
Signed-off-by: Konstantin Yarovoy <[email protected]>
kosstennbl
pushed a commit
to kosstennbl/cnf-testsuite
that referenced
this issue
Feb 12, 2024
Fixescnti-testcatalog#1201
Output of these tests should correctly represent what is being tested.
With new messages - it is visible, that test logic is flawed and
should be fixed (in another commit).
Change test messages of elastic_volumes and database_persistence
Change expected messages in spec tests.
Signed-off-by: Konstantin Yarovoy <[email protected]>
Describe the bug
database_persistence
andelastic_volumes
test have very similar success and failure messages. When reading the testsuite output, it is hard to understand what was tested for.Below is an example workload run with failure messages for both test outputs.
Messages for the
database_persistence
testMessages for the
elastic_volumes
testTo Reproduce
Try running the
elastic_volumes
test and thedatabase_persistence
tests as a part of the workload group.Expected behavior
Indicate what is being tested in the appropriate success/failure messages.
The text was updated successfully, but these errors were encountered: