infiniband: Handle iWARP* RDMA modules N/A#974
Conversation
discordianfish
left a comment
There was a problem hiding this comment.
Thanks for taking a stab at this.
Beside my comment above, the end2end tests are failing.
|
@mjtrangoni Can you look into fixing the tests? Buildkite runs the integration tests and they fail. You should be able to reproduce this locally by running the tests. This is the result: |
|
Hi @discordianfish, |
e0001da to
2928a13
Compare
|
@discordianfish I can not see what is really happening at buildkite build. How should I do to access its logs? Locally everything is working well, see, BTW, I will be taking a look tomorrow if I can satisfy your previous change request. |
|
Hrmm odd.. Here is the full build log. @SuperQ maybe you have some ideas? |
|
Sorry to comment so late, but I figured the following information might be of interest. |
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
dd987d2 to
d4221a7
Compare
|
@discordianfish I added the |
|
@mjtrangoni The failure was unrelated, kicked off the build again. If that passes, we're good to merge this (except that code comment) @SuperQ Can you have a look? Also: Can we somehow make the buildkite output public? |
|
@discordianfish There's a bunch of long-standing issues with buildkite not having any way to make build output public. 😢 |
This is related to prometheus#966, and handle this error, Jun 07 13:33:24 hostname node_exporter[81888]: time="2018-06-07T13:33:24+02:00" level=error msg="ERROR: infiniband collector failed after 0.000929s: strconv.ParseUint: parsing \"N/A (no PMA)\": invalid syntax" source="collector.go:132" Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
d4221a7 to
4ae03a4
Compare
|
@discordianfish PTAL at my comment. buildkite failed again, but it should still be unrelated. |
|
@discordianfish ping? I think this could be merged. |
|
LGTM, @SuperQ wdyt? |
* infiniband: Add not connected i40iw0/ports/1 fixtures * infiniband: Handle issue when iWARP* RDMA modules are not available This is related to prometheus#966, and handle this error, Jun 07 13:33:24 hostname node_exporter[81888]: time="2018-06-07T13:33:24+02:00" level=error msg="ERROR: infiniband collector failed after 0.000929s: strconv.ParseUint: parsing \"N/A (no PMA)\": invalid syntax" source="collector.go:132" Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Hi,
PTAL. This should be "handling" #966, where the Intel iWARP RDMA modules are reporting N/A (no PMA) instead of an integer. I added an example to the fixtures, and the end to end tests.