forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, the bincheck test started failing after upgrading the linux build system to a newer GLIBC and after we changed the way we stop the server. The linux bincheck test was relying on running the cockroach binary in a qemu-based VM, using a custom kernel. Now that, we don't use rocksdb and don't have SSE issues (see cockroachdb#15589), we can simplify the test and run the binary without the VM layer. This PR also fixes the issue, where the busybox `kill` command can only handle positional arguments. We try our best to kill the server, but in some cases the PID changes and the whole test fail. Ignore the kill exit code and let the build agent to kill the process. Epic: none Fixes: RE-271 Release note: None
- Loading branch information
Showing
14 changed files
with
3 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
3 changes: 0 additions & 3 deletions
3
build/release/bincheck/buildroot/board/qemu/common/fs-overlay/etc/ssh/sshd_config
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
build/release/bincheck/buildroot/board/qemu/common/post-build.sh
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
build/release/bincheck/buildroot/board/qemu/x86_64_glibc/linux.config
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
build/release/bincheck/buildroot/configs/qemu_x86_64_glibc_defconfig
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters