test.gold 797 B

1234567891011121314151617181920212223242526272829
  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 completed with result status ok: OK
  9. collect sending: Testing
  10. collect sending: 1
  11. collect sending: 2
  12. collect sending: 3
  13. collect received: Swift echo collect: Testing 1 2 3
  14. collect completed with result status ok: OK
  15. update sending: Testing
  16. update received: Swift echo update (1): Testing
  17. update sending: 1
  18. update received: Swift echo update (2): 1
  19. update sending: 2
  20. update received: Swift echo update (3): 2
  21. update sending: 3
  22. update received: Swift echo update (4): 3
  23. update completed with result status ok: OK