IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

add toolkit-ID to output from streamsx-streamstool lstoolkit #2632

Closed ghost closed 3 years ago

ghost commented 3 years ago

resolves #2627

unit test outcome:

(streams_py36) [rolef@oc345678 scripts]$ python -u -m unittest test_st_lstoolkit
./home/rolef/miniconda3/envs/streams_py36/lib/python3.6/threading.py:218: ResourceWarning: unclosed <socket.socket fd=5, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=('9.145.49.101', 46812), raddr=('9.30.91.108', 443)>
  self._lock = lock
/home/rolef/miniconda3/envs/streams_py36/lib/python3.6/threading.py:218: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=2049, proto=6, laddr=('9.145.49.101', 46820), raddr=('9.30.91.108', 443)>
  self._lock = lock
.....
----------------------------------------------------------------------
Ran 6 tests in 60.799s

OK