test.gold 825 B

12345678910111213141516171819202122232425262728293031
  1. get sending: Testing 1 2 3
  2. get received: Swift echo get: Testing 1 2 3
  3. expand sending: Testing 1 2 3
  4. expand received: Swift echo expand (0): Testing
  5. expand received: Swift echo expand (1): 1
  6. expand received: Swift echo expand (2): 2
  7. expand received: Swift echo expand (3): 3
  8. expand closed
  9. expand completed with result status ok: OK
  10. collect sending: Testing
  11. collect sending: 1
  12. collect sending: 2
  13. collect sending: 3
  14. collect received: Swift echo collect: Testing 1 2 3
  15. collect completed with result status ok: OK
  16. update sending: Testing
  17. update received: Swift echo update (1): Testing
  18. update sending: 1
  19. update received: Swift echo update (2): 1
  20. update sending: 2
  21. update received: Swift echo update (3): 2
  22. update sending: 3
  23. update received: Swift echo update (4): 3
  24. update closed
  25. update completed with result status ok: OK