-
Notifications
You must be signed in to change notification settings - Fork 96
Conversation
I'm not sure on your preferred syntax here, but the parentId must be encoded if it exists. |
3b85cd6
to
f62d08e
Compare
At this point the failing tests seem to be in the stackdriver exporter (unrelated to this change) |
Hi @tcolgate, Thanks for your contribution. Actually, it is just a tslint issue.
Please run 'gts fix' at package/opencensus-exporter-jaeger, run the tests again and commit the changes. |
I might admit, I couldn't get the tests to run locally. They seem to fail, and I didn't see anything about gts in the output. |
Your last commit fixed the issue. I suppose you had managed to run the tests, right? |
@fabiogomessilva no, but the gts fixed looked fine, I committed the result of that and let the CI tests run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix. At this point the CI failure seems to be related to degraded npm package download service in CircleCI. I'll re-trigger the run and see how it goes.
Is there a readme for setting up the dev environment? |
1f2853e
to
8e3b289
Compare
@kjin I've added a test to check spans encode to the thrift spans. Seemed worth while, and forced me to get the local tests working. |
@tcolgate Thanks for the extra test. The hope is that setting up a dev environment is nothing more than |
@tcolgate I just rebased since the Node 6 CI doesn't seem to want to work otherwise (still the same issue as I mentioned earlier, though it appears not to be affecting other PRs for some reason). If this passes I will land it. |
* fix: thrift encoding of non-null parentSpanId fails * test: add test for span encoding
* fix: thrift encoding of non-null parentSpanId fails * test: add test for span encoding
* fix: thrift encoding of non-null parentSpanId fails * test: add test for span encoding
* fix: thrift encoding of non-null parentSpanId fails * test: add test for span encoding
No description provided.