Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 25, 2020
    • David Fairbrother's avatar
      Emit Kafka exception when err callback used · 92455e43
      David Fairbrother authored
      Previously Kafka dropped the exception and just incremented using the
      same callback our wait. This will now print the exception message
      associated, so we can distinguish between a successful and failed
      callback in unit test logs.
      
      I could have made it so that the exception is thrown in the main thread
      by taking a s_ptr. However it quickly becomes unweildly for a simple
      probe, and we only gain the stack trace - which was already lost when
      extractData re throws the exception.
      92455e43
  2. Mar 24, 2020
  3. Mar 23, 2020
  4. Mar 20, 2020
  5. Mar 19, 2020
Loading