We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
goroutine 9 [running]: math/rand.(*Rand).Intn(0x0?, 0x0?) /usr/local/go/src/math/rand/rand.go:180 +0x64 math/rand.Intn(0x0?) /usr/local/go/src/math/rand/rand.go:453 +0x28 github.com/rsvihladremio/dremio-stress/pkg/gen.(*StressConfQueryGenerator).Queries(0x4000078080) /home/ryan.svihla/code/dremio-stress/pkg/gen/querygen.go:82 +0x30 github.com/rsvihladremio/dremio-stress/pkg/stress.Run.func1() /home/ryan.svihla/code/dremio-stress/pkg/stress/stress.go:76 +0xfc created by github.com/rsvihladremio/dremio-stress/pkg/stress.Run in goroutine 1 /home/ryan.svihla/code/dremio-stress/pkg/stress/stress.go:52 +0x194
I had left frequency blank thinking it optional..when not specified should default to 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
goroutine 9 [running]:
math/rand.(*Rand).Intn(0x0?, 0x0?)
/usr/local/go/src/math/rand/rand.go:180 +0x64
math/rand.Intn(0x0?)
/usr/local/go/src/math/rand/rand.go:453 +0x28
github.com/rsvihladremio/dremio-stress/pkg/gen.(*StressConfQueryGenerator).Queries(0x4000078080)
/home/ryan.svihla/code/dremio-stress/pkg/gen/querygen.go:82 +0x30
github.com/rsvihladremio/dremio-stress/pkg/stress.Run.func1()
/home/ryan.svihla/code/dremio-stress/pkg/stress/stress.go:76 +0xfc
created by github.com/rsvihladremio/dremio-stress/pkg/stress.Run in goroutine 1
/home/ryan.svihla/code/dremio-stress/pkg/stress/stress.go:52 +0x194
I had left frequency blank thinking it optional..when not specified should default to 1
The text was updated successfully, but these errors were encountered: