Skip to content
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

Test failure in armel #931

Closed
TheTincho opened this Issue Jul 27, 2015 · 4 comments

Comments

Projects
None yet
4 participants
@TheTincho
Copy link
Contributor

TheTincho commented Jul 27, 2015

Hi,

It seems I can get this test to fail all the time, with or without Debian patches, both in 0.14.0 and 0.15.0.

~/prometheus$ GOPATH=/home/tincho/prometheus/.build/root/gopath go test -v github.com/prometheus/prometheus/retrieval -run TestTargetScrapeWithFullChannel
=== RUN TestTargetScrapeWithFullChannel
--- FAIL: TestTargetScrapeWithFullChannel (0.03s)
    target_test.go:163: Expected target error "ingestion channel full", actual: "read tcp 127.0.0.1:36487: i/o timeout"
FAIL
exit status 1
FAIL    github.com/prometheus/prometheus/retrieval  0.059s

The strace is pretty difficult to read, with the goroutines seemingly switching threads many times.. But I see the server replying with a bunch of metrics, in 6 chunks. Then I see the client (same thread, no less), reading 3 of these chunks and then doing nothing, until a bit later it closes the socket without finishing the read. Maybe this is related to chunking issues?

You can see the interesting part of the strace here: http://paste.debian.net/286505/

@beorn7 beorn7 self-assigned this Jul 27, 2015

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Sep 11, 2015

This is flaky for me on amd64, so likely a race that's always lost on ARM.

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented Sep 11, 2015

This one will be gone in its current form in #1064

On Fri, Sep 11, 2015, 10:31 AM Brian Brazil notifications@github.com
wrote:

This is flaky for me on amd64, so likely a race that's always lost on ARM.


Reply to this email directly or view it on GitHub
#931 (comment)
.

@beorn7

This comment has been minimized.

Copy link
Member

beorn7 commented Sep 14, 2015

OK, closing here then. If it shows up in similar form again, we'll notice...

@beorn7 beorn7 closed this Sep 14, 2015

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.