Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 1.69 KB | None | 0 0
  1. === RUN   TestPipeline
  2. ==================
  3. WARNING: DATA RACE
  4. Write at 0x00c420092094 by goroutine 7:
  5.   sync/atomic.AddInt32()
  6.       /usr/local/Cellar/go/1.10.3/libexec/src/runtime/race_amd64.s:269 +0xb
  7.   coursera/hw2_signer.TestPipeline.func2()
  8.       /Users/sokolov/go/src/coursera/hw2_signer/main_test.go:38 +0x69
  9.  
  10. --- FAIL: TestPipeline (0.00s)
  11. Previous read at 0x00c420092094 by goroutine 6:
  12.   coursera/hw2_signer.TestPipeline()
  13.       /Users/sokolov/go/src/coursera/hw2_signer/main_test.go:43 +0x246
  14.   testing.tRunner()
  15.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:777 +0x16d
  16.  
  17.     main_test.go:44: no value free flow - dont collect them
  18. Goroutine 7 (running) created at:
  19.   coursera/hw2_signer.ExecuteJob()
  20.       /Users/sokolov/go/src/coursera/hw2_signer/signer.go:17 +0x54
  21.   coursera/hw2_signer.ExecutePipeline()
  22.       /Users/sokolov/go/src/coursera/hw2_signer/signer.go:14 +0x10e
  23.   coursera/hw2_signer.TestPipeline()
  24.       /Users/sokolov/go/src/coursera/hw2_signer/main_test.go:42 +0x1d3
  25.   testing.tRunner()
  26.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:777 +0x16d
  27.  
  28. Goroutine 6 (running) created at:
  29.   testing.(*T).Run()
  30.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:824 +0x564
  31.   testing.runTests.func1()
  32.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:1063 +0xa4
  33.   testing.tRunner()
  34.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:777 +0x16d
  35.   testing.runTests()
  36.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:1061 +0x4e1
  37.   testing.(*M).Run()
  38.       /usr/local/Cellar/go/1.10.3/libexec/src/testing/testing.go:978 +0x2cd
  39.   main.main()
  40.       _testmain.go:44 +0x22a
  41. ==================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement