Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823656 - sandbox: dev-db/mysql unittest segfault-t doesn't produce output when running via sandbox
Summary: sandbox: dev-db/mysql unittest segfault-t doesn't produce output when running...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-14 02:42 UTC by Thomas Deutschmann (RETIRED)
Modified: 2022-05-01 21:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2021-11-14 02:42:54 UTC
The test https://github.com/mysql/mysql-server/blob/mysql-8.0.26/unittest/gunit/segfault-t.cc is failing when running under Gentoo sandbox (tested <3.0) because the expected output (.* UTC - mysqld got signal 6.*) isn't returned.

I created https://github.com/Whissi/gentoo-mysql/commit/4c1931713d1e4a438252c3ee3d7d121fdaf0bfad to allow empty value for now.

Not sure if we can improve sandbox to make this work.