dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

chore(ci): add jepsen test workflow

Open joshua-goldstein opened this issue 1 year ago • 2 comments

Description: Run basic jepsen test on PR's and on cron schedule (daily). Closes: DGRAPHCORE-275

joshua-goldstein avatar Aug 06 '23 20:08 joshua-goldstein

When I follow these steps, I get the GLIBC errors:

STDERR:
./dgraph: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./dgraph)
./dgraph: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dgraph)

mangalaman93 avatar Aug 07 '23 03:08 mangalaman93

When I follow these steps, I get the GLIBC errors:

STDERR:
./dgraph: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./dgraph)
./dgraph: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dgraph)

What steps are you using the run the tests? Are you on ubuntu-22.04? This looks related to the library linking issue we saw before for folks on 22.04. We do not see this issue on CI.

joshua-goldstein avatar Aug 07 '23 14:08 joshua-goldstein