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

bug: data race in load test #342

Open
steebchen opened this issue Apr 6, 2024 · 0 comments
Open

bug: data race in load test #342

steebchen opened this issue Apr 6, 2024 · 0 comments
Assignees

Comments

@steebchen
Copy link
Member

==================
WARNING: DATA RACE
Write at 0x00c000992000 by goroutine 54595:
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1.2()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:53 +0x1e4
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1.6()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:65 +0x41

Previous write at 0x00c000992000 by goroutine 54592:
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1.2()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:53 +0x1e4
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1.6()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:65 +0x41

Goroutine 54595 (running) created at:
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:50 +0x227

Goroutine 54592 (finished) created at:
  github.com/hatchet-dev/hatchet/examples/loadtest/rampup.emit.func1()
      /home/runner/work/hatchet/hatchet/examples/loadtest/rampup/emit.go:50 +0x227
==================
@steebchen steebchen self-assigned this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant