1. 26 Aug, 2016 1 commit
  2. 18 Aug, 2016 2 commits
  3. 16 Aug, 2016 2 commits
  4. 15 Aug, 2016 1 commit
  5. 03 Aug, 2016 1 commit
  6. 02 Aug, 2016 2 commits
  7. 26 Jul, 2016 1 commit
  8. 10 Jul, 2016 3 commits
  9. 08 Jul, 2016 4 commits
  10. 04 Jul, 2016 3 commits
  11. 03 Jul, 2016 1 commit
  12. 02 Jul, 2016 1 commit
  13. 01 Jul, 2016 1 commit
  14. 24 Jun, 2016 3 commits
  15. 15 Jun, 2016 1 commit
    • Jakub Sztandera's avatar
      Remove failing blockstore test with context · 876df435
      Jakub Sztandera authored
      Why is it failing:
      process is started, cancel() is called,
      between we satart listening to the channels
      in select statemnet there is race of three things
      that can happent:
       1. Task can complete
       2. Task can start closing <- expected
       3. Task already closed
      
      This race causes failures of the test.
      
      It is basing heavily on race of conditions where
      the task not closing, nor the task is completed
      before channels are being listened.
      
      It is quite impossible to resolve without
      adding bunch of timings in there, which we
      want to avoid, as there is no atomic
      "send message on channel and select" in Golang
      
      License: MIT
      Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
      876df435
  16. 12 Jun, 2016 3 commits
  17. 09 Jun, 2016 1 commit
  18. 17 May, 2016 1 commit
  19. 05 May, 2016 1 commit
  20. 04 May, 2016 1 commit
  21. 13 Apr, 2016 1 commit
  22. 25 Mar, 2016 1 commit
  23. 13 Feb, 2016 1 commit
  24. 08 Feb, 2016 1 commit
  25. 31 Jan, 2016 1 commit
  26. 30 Jan, 2016 1 commit