GithubHelp home page GithubHelp logo

Test failures in Go 1.8 about go-agent HOT 6 CLOSED

newrelic avatar newrelic commented on July 19, 2024
Test failures in Go 1.8

from go-agent.

Comments (6)

nathany avatar nathany commented on July 19, 2024

Aside: Is there any sort of CI system setup to run these tests? Would you consider a test matrix for multiple Go versions using something like TravisCI? Let me know if you would like a PR for that.

from go-agent.

nathany avatar nathany commented on July 19, 2024

The failure in TestCopyConfigReferenceFieldsPresent is due to the way numbers are being encoded in Go 1.8.

testcopyconfigreferencefieldspresent

"Marshal encodes floating-point numbers using the same format as in ES6, preferring decimal (not exponential) notation for a wider range of values. In particular, all floating-point integers up to 264 format the same as the equivalent int64 representation." https://beta.golang.org/doc/go1.8

I don't imagine that related to why we stopped seeing any metrics in New Relic. It's just a change that the string comparison in this test doesn't account for.

from go-agent.

willnewrelic avatar willnewrelic commented on July 19, 2024

Hi @nathany

Thanks for the heads up! We will fix this shortly.

We have a CI system internally: We are looking into what system would work for both public and private development.

from go-agent.

nathany avatar nathany commented on July 19, 2024

Thanks Will.

I think the issue we experienced with losing New Relic data wasn't related to Go 1.8, but instead from switching from golang:1.7.4-alpine (Docker) to alpine:3.5. I don't see why New Relic go-agent would require the Go compiler, but perhaps there is something else it needs that exists in the golang image?

As far as this issue, maybe using smaller (single digit?) values would satisfy the tests across both Go 1.7 and Go 1.8, assuming that the tests stick with hard coded JSON output.

from go-agent.

willnewrelic avatar willnewrelic commented on July 19, 2024

@nathany I don't have any insight into how the Docker change could affect agent behavior. Are you still experiencing this problem? If so, let's address it in a separate issue or support ticket.

Go 1.8 tests fixed as part of the latest 1.6.0 release! Thanks for bringing this to our attention!

from go-agent.

nathany avatar nathany commented on July 19, 2024

Thanks @willnewrelic.

from go-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.