Skip to content
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

The test case tests/basic/0symbol-check.t is failing the regression test on Centos-8 #2865

Closed
rakshithakamath94 opened this issue Oct 13, 2021 · 0 comments · Fixed by #2866
Closed
Assignees

Comments

@rakshithakamath94
Copy link

Description of problem:
The test case tests/basic/0symbol-check.t is failing the regression test (https://build.gluster.org/job/centos8-regression/476/console)

The exact command to reproduce the issue:

The full output of the command that failed:

Expected results:

Mandatory info:
- The output of the gluster volume info command:

- The output of the gluster volume status command:

- The output of the gluster volume heal command:

**- Provide logs present on following locations of client and server nodes -
/var/log/glusterfs/

**- Is there any crash ? Provide the backtrace and coredump

Additional info:

- The operating system / glusterfs version:

Note: Please hide any confidential data which you don't want to share in public like IP address, file name, hostname or any other configuration

@mohit84 mohit84 self-assigned this Oct 13, 2021
mohit84 added a commit to mohit84/glusterfs that referenced this issue Oct 14, 2021
The test case is throwing below error
./glusterfsd/src/gf_attach.o should call sys_lstat, not lstat
./libglusterfs/src/.libs/libglusterfs_la-gf-io-uring.o should call sys_close, not close

Solution: Call sys_(lstat|close) to avoid an error
Fixes: gluster#2865
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
mohit84 added a commit that referenced this issue Oct 18, 2021
The test case is throwing below error
./glusterfsd/src/gf_attach.o should call sys_lstat, not lstat
./libglusterfs/src/.libs/libglusterfs_la-gf-io-uring.o should call sys_close, not close

Solution: Call sys_(lstat|close) to avoid an error
Fixes: #2865
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants