-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSS BZ-2120944 Test Large Omap Objects FS Meta Data #9157
Conversation
pod_dict_path=pod_dict_path, | ||
raw_block_pv=raw_block_pv, | ||
) | ||
self.pod_obj.exec_cmd_on_pod( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ocs-ci/ocs_ci/ocs/resources/pod.py
Line 292 in 7627f28
def exec_sh_cmd_on_pod(self, command, sh="bash", timeout=600, **kwargs): |
@tier2 | ||
@ignore_leftovers | ||
@bugzilla("2120944") | ||
@skipif_external_mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is not supported on external mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@bugzilla("2120944") | ||
@skipif_external_mode | ||
@skipif_ocs_version("<4.12") | ||
@pytest.mark.polarion_id("OCS-XXXX") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Polarion id missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
raw_block_pv=raw_block_pv, | ||
) | ||
cmd = ( | ||
"mkdir -p dir3/.snap; for n in {1..100}; do touch dir3/file{0..11000}; " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the mount point of the ngnix pod is /var/lib/www/html, looks like you are not creating these on the mount path. Please check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
cmd = ( | ||
"mkdir -p /var/lib/www/html/dir3/.snap; for n in {1..100}; do touch /var/lib/www/html/dir3/file{0..11000}; " | ||
"mkdir -p /var/lib/www/html/dir3/.snap/snap_$n; rm -f /var/lib/www/html/dir3/file{0..11000}; done" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment or a log message of what this command does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: oviner2-feb25
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/manage/z_cluster/test_large_omap_objects_fs_meta_data.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: oviner2-feb25
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/manage/z_cluster/test_large_omap_objects_fs_meta_data.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
Signed-off-by: oviner <[email protected]>
Signed-off-by: oviner <[email protected]>
Signed-off-by: oviner <[email protected]>
Signed-off-by: oviner <[email protected]>
Signed-off-by: oviner <[email protected]>
Signed-off-by: oviner <[email protected]>
ecbbe3c
to
160791c
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: OdedViner The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: OdedViner The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: oviner2-feb25
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/manage/z_cluster/test_large_omap_objects_fs_meta_data.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Job FAILED (installation failed, tests not executed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: oviner2-feb25
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/functional/z_cluster/test_large_omap_objects_fs_meta_data.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
@PrasadDesala @vkathole
|
Signed-off-by: oviner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR validation on existing cluster
Cluster Name: oviner10-ibm
Cluster Configuration:
PR Test Suite: tier2
PR Test Path: tests/functional/z_cluster/test_large_omap_objects_fs_meta_data.py
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: master
Automated by RHCS QE team - https://github.com/red-hat-storage/cephci/blob/master/tests/cephfs/cephfs_bugs/test_large_omap.py |
https://bugzilla.redhat.com/show_bug.cgi?id=2120944