Skip to content

Pipes/PipeTest_BlockPartialWriteClosed/namednonblocking fails with overlayfs #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fvoznika opened this issue Jun 5, 2019 · 1 comment
Labels
area: filesystem Issue related to filesystem priority: p2 Normal priority type: bug Something isn't working

Comments

@fvoznika
Copy link
Member

fvoznika commented Jun 5, 2019

bazel test //test/syscalls:pipe_test_runsc_ptrace_overlay

test/syscalls/linux/pipe.cc:79: Failure
Expected: (s1) > (0), actual: -1 vs 0
Stack trace:
0x5631ad4e96e7: cloud_gvisor::testing::(anonymous namespace)::PipeTest::Size() @ ??:??
0x5631ad4ea3be: std::__g::_Function_handler<void (), cloud_gvisor::testing::(anonymous namespace)::PipeTest_BlockPartialWriteClosed_Test::TestBody()::$_2>::_M_invoke(std::__g::_Any_data const&) @ ??:??
0x5631ad4e6cd0: std::__g::_Function_handler<void* (), cloud_gvisor::testing::ScopedThread::ScopedThread(std::__g::function<void ()> const&)::{lambda()#1}>::_M_invoke(std::__g::_Any_data const&) @ ??:??
0x7f9f2407d4e7: start_thread @ ??:??
0x7f9f23ef222c: __clone @ ??:??

@fvoznika fvoznika added type: bug Something isn't working priority: p2 Normal priority area: filesystem Issue related to filesystem labels Jun 5, 2019
@prattmic
Copy link
Member

prattmic commented Jun 5, 2019 via email

gvisor-bot pushed a commit that referenced this issue Jun 25, 2019
Get/Set pipe size and ioctl support were missing from
overlayfs. It required moving the pipe.Sizer interface
to fs so that overlay could get access.

Fixes #318

PiperOrigin-RevId: 255000716
gvisor-bot pushed a commit that referenced this issue Jun 26, 2019
Get/Set pipe size and ioctl support were missing from
overlayfs. It required moving the pipe.Sizer interface
to fs so that overlay could get access.

Fixes #318

PiperOrigin-RevId: 255000716
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: filesystem Issue related to filesystem priority: p2 Normal priority type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants