test.gold 756 B

1234567891011121314151617181920212223
  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 code 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 status ok
  15. update sending: Testing
  16. update sending: 1
  17. update sending: 2
  18. update sending: 3
  19. update received: Swift echo update (1): Testing
  20. update received: Swift echo update (2): 1
  21. update received: Swift echo update (3): 2
  22. update received: Swift echo update (4): 3
  23. update completed with status ok