testserver - travisCI - illegal instruction (core dumped) #16845
Labels
C-investigation
Further steps needed to qualify. C-label will change.
O-community
Originated from the community
BUG REPORT
Log File unavailable (this took place in Travis)
Please describe the issue you observed:
I attempted to start a testserver within a Travis Build but it led to a -1 exit with the output shown here
I expected the test to pass as it did on my local machine.
The -1 exit code.
RESOLUTION:
On a hunch I was able to resolve the issue by adding the following line at the top of my travis.yml file:
sudo: true
I'm assuming there are constraints in the non-sudo environment that prevented the cockroachdb testserver from running, either way it would be nice to remove the sudo requirement as it does slow down builds.
The text was updated successfully, but these errors were encountered: