Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add 'go test -race' #8269

Merged
merged 1 commit into from
Jul 17, 2020
Merged

ci: add 'go test -race' #8269

merged 1 commit into from
Jul 17, 2020

Commits on Jul 17, 2020

  1. ci: add 'go test -race' job

    Running every test with the race detector would add significant time to
    CI. That additionaltime won't provide much value as many of the integration tests use
    much of the same code.
    
    For now we can run -race on some of the smaller packages. As we move
    more code into smaller packages we should be able to add more packages
    to the list that runs with '-race'.
    
    For now this is running without parallelism, but we can enable that as
    well when we need it.
    
    boltdb fails the 'checkptr' check, which is automatically enabled by
    '-race', so I've disabled checkptr as well.
    dnephin committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    099000e View commit details
    Browse the repository at this point in the history