dgraph
dgraph copied to clipboard
chore(ci): add jepsen test workflow
Description: Run basic jepsen test on PR's and on cron schedule (daily). Closes: DGRAPHCORE-275
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)
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.