test.gold 810 B

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