Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upTests fail on Illumos/Solaris #646
Comments
This comment has been minimized.
This comment has been minimized.
|
That's interesting. I've copied the flock code from the Go leveldb implementation, but never tried it myself. So it's perfectly possible to be broken on Solaris. I think the TestTargetPoolReplaceTargets test is flaky, anyway. But for the lock it would be interesting to get more insights. No clue where to start the search, though... |
brian-brazil
added
the
bug
label
Dec 16, 2015
fabxc
added
kind/bug
and removed
bug
labels
Apr 28, 2016
This comment has been minimized.
This comment has been minimized.
gfrey
commented
Feb 9, 2017
|
From what I understand I only see one use of the |
This comment has been minimized.
This comment has been minimized.
|
None of the Prometheus developers use Solaris and this has been sitting here for 2 years, so it's unlikely this will ever get fixed by us. If there is something remaining to be fixed here, a PR would be appreciated. |
brian-brazil
closed this
Jul 14, 2017
simonpasquier
pushed a commit
to simonpasquier/prometheus
that referenced
this issue
Oct 12, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 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. |
olcai commentedApr 22, 2015
I'm trying to run Prometheus under Illumos/Solaris (SmartOS, really), and while it is possible to build the project, two tests fail for me when running make test:
I don't quite see why the targetpool_test one fails, but the lock test is more intriguing. I see that there is support for Solaris in
storage/local/flock/flock_solaris.go, so I'm wondering if there is something in the build setup that makes it build the wrong version.I'm using go version 1.4.2, with GCC 4.7.3 as the C compiler. Any pointers on why these tests fail and if I can debug them somehow?