Skip to content
Snippets Groups Projects

Overhaul EdgeFactory and MiniSeedFactory for Edge data migration

Compare changes
  • Side-by-side
  • Inline
Files
2
  • 2d7c3cdd
    Fix minor unit test failures: · 2d7c3cdd
    Erin (Josh) Rigler authored
    - MiniSeedInputClient expects a stream as input, not a trace
      (like RawInputClient), and unit tests were designed around this;
      I reverted _put_channel() to its original design, which sends an
      entire stream instead of one trace at a time.
    - I forgot to include a tiny change to RawInputClient_test that was
      part of the original (abandoned) MR
    - I also made the read client timeout configurable
Loading