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

Fabtests python 1.10.x #4

Open
wants to merge 4 commits into
base: v1.10.x
Choose a base branch
from

Conversation

shijin-aws
Copy link

No description provided.

@shijin-aws
Copy link
Author

bot:aws:retest

Changed the shmem build to source the ISx, PRK and uh from
prefetched repositories instead of attempting to clone run time.
This is done since shmem build is throwing https errors while
cloning these repos on the fly. This also saves build time.

cherry-picked from main 7257067

Signed-off-by: Nikhil Nanal <[email protected]>
@shijin-aws
Copy link
Author

bot:aws:retest

2 similar comments
@shijin-aws
Copy link
Author

bot:aws:retest

@shijin-aws
Copy link
Author

bot:aws:retest

j-xiong and others added 3 commits September 7, 2021 12:02
CI/Jenkins: changed build code for shmem tests due to git clone issues
…python2

In RHEL8, python is no longer linked to python 2. Instead, it is
preferred that the user specifies python2 or python3 (rather than
symlinking or setting alternatives). Since our scripts look to be
compatible with either version, we check for both and use python3 by
default.

This also exits the runfabtests script if python is not detected rather
than proceeding on (I have seen some unusual bugs when continuing without
python).

Signed-off-by: William Zhang <[email protected]>
(cherry picked from commit a8a5a3e)
In order to prevent some possible issues with older systems, add a check
for python in addition to python3 and python2. This should ensure
that we're backward compatible.

Signed-off-by: William Zhang <[email protected]>
(cherry picked from commit e64a1e0)
@shijin-aws shijin-aws force-pushed the fabtests_python_1.10.x branch from 2d5e7ee to c7807cb Compare September 7, 2021 19:17
@shijin-aws
Copy link
Author

bot:aws:retest

2 similar comments
@shijin-aws
Copy link
Author

bot:aws:retest

@shijin-aws
Copy link
Author

bot:aws:retest

shijin-aws referenced this pull request in shijin-aws/libfabric Feb 17, 2023
If a posted receive matches with a saved receive, we may need to
increment the rx counter.  Set the rx counter increment callback
to match that of the posted receive.  This fixes an assert in
xnet_cntr_inc() accessing a NULL cntr_inc function pointer.

Program received signal SIGABRT, Aborted.
0x0000155552d4d37f in raise () from /lib64/libc.so.6
#0  0x0000155552d4d37f in raise () from /lib64/libc.so.6
#1  0x0000155552d37db5 in abort () from /lib64/libc.so.6
#2  0x0000155552d37c89 in __assert_fail_base.cold.0 () from /lib64/libc.so.6
#3  0x0000155552d45a76 in __assert_fail () from /lib64/libc.so.6
#4  0x00001555522967f9 in xnet_cntr_inc (ep=0x6e4c70, xfer_entry=0x6f7a30) at prov/tcp/src/xnet_cq.c:347
#5  0x0000155552296836 in xnet_report_cntr_success (ep=0x6e4c70, cq=0x6ca930, xfer_entry=0x6f7a30) at prov/tcp/src/xnet_cq.c:354
ofiwg#6  0x000015555229970d in xnet_complete_saved (saved_entry=0x6f7a30) at prov/tcp/src/xnet_progress.c:153
ofiwg#7  0x0000155552299961 in xnet_recv_saved (saved_entry=0x6f7a30, rx_entry=0x6f7840) at prov/tcp/src/xnet_progress.c:188
ofiwg#8  0x00001555522946f8 in xnet_srx_tag (srx=0x6dd1c0, recv_entry=0x6f7840) at prov/tcp/src/xnet_srx.c:445
ofiwg#9  0x0000155552294bb1 in xnet_srx_trecv (ep_fid=0x6dd1c0, buf=0x6990c4, len=4, desc=0x0, src_addr=0, tag=21474836494, ignore=3458764513820540928, context=0x7ffffffeb180) at prov/tcp/src/xnet_srx.c:558
ofiwg#10 0x000015555228f60e in fi_trecv (ep=0x6dd1c0, buf=0x6990c4, len=4, desc=0x0, src_addr=0, tag=21474836494, ignore=3458764513820540928, context=0x7ffffffeb180) at ./include/rdma/fi_tagged.h:91
ofiwg#11 0x00001555522900a7 in xnet_rdm_trecv (ep_fid=0x6d9fe0, buf=0x6990c4, len=4, desc=0x0, src_addr=0, tag=21474836494, ignore=3458764513820540928, context=0x7ffffffeb180) at prov/tcp/src/xnet_rdm.c:212

Signed-off-by: Sean Hefty <[email protected]>
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 this pull request may close these issues.

4 participants