Bug #3684
closedFace integ: "child has exited"
100%
Description
Steps to reproduce:
- start NFD
build/tests/integrated/face -t TestFaces/RegisterPrefix
orbuild/tests/integrated/face -t TestFaces/RegisterUnregisterPrefix
Expected: tests are passing
Actual: child has exited; pid: 5569; uid: 1000; exit value: 1
Updated by Alex Afanasyev over 8 years ago
There is no point of creating "bug" report for per-job jenkins issues. It creates too much unnecessary noise for anybody who is watching redmine.
If retriggering job doesn't solve the problem (I already retriggered), then just send an email to me and/or Eric.
Updated by Junxiao Shi over 8 years ago
- Assignee set to Junxiao Shi
I found this problem on Ubuntu 16.04 with Boost 1.58. It may or may not be present on other platforms.
This seems related to http://stackoverflow.com/q/5325202; I'll put up a patch soon.
Updated by Junxiao Shi over 8 years ago
There is no point of creating "bug" report for per-job jenkins issues.
This is completely unrelated to Jenkins. It's a legit bug in the codebase.
Updated by Junxiao Shi over 8 years ago
- Blocks Task #1948: Run integrated tests for every Jenkins build added
Updated by Junxiao Shi over 8 years ago
- Status changed from New to Code review
https://gerrit.named-data.net/2977 patchset1 is the easy fix.
Eventually we need to refactor Face integrated tests, but I don't want to do it now, so I'm going for an easy fix.
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100