Giter Club home page Giter Club logo

Comments (3)

tbg avatar tbg commented on September 28, 2024

I switched gorm back to secure but can't reproduce a failure in multiple runs of

go test -v -count 10 -failfast -run GORM ./testing/ -cockroach-binary=../cockroach.linux-gnu-amd64.LATEST; echo $?

from examples-orms.

tbg avatar tbg commented on September 28, 2024

Aha - I downloaded the cockroach artifact from that particular run, and voila:

$ go test -v -count 10 -failfast -run GORM ./testing/ -cockroach-binary ~/Downloads/cockroach ; echo $?
=== RUN   TestGORM
2020/08/21 10:42:04 Using custom cockroach binary: /home/tobias/Downloads/cockroach
2020/08/21 10:42:04 process 289011 started: /home/tobias/Downloads/cockroach start-single-node --logtostderr --certs-dir=/tmp/cockroach-testserver136264212/certs --host=localhost --port=0 --http-port=0 --store=/tmp/cockroach-testserver136264212 --listening-url-file=/tmp/cockroach-testserver136264212/listen-url
--- FAIL: TestGORM (1.08s)
    main_test.go:253: exit status 1
FAIL
FAIL	github.com/cockroachdb/examples-orms/testing	1.081s
FAIL
1

from examples-orms.

tbg avatar tbg commented on September 28, 2024

I think I know what this is. We try to run the tenancy test cases whenever we see a 20.2-alpha version, but with the changes of the cert, one really needs to have picked up cockroachdb/cockroach#52508.

from examples-orms.

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.