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

test cases for list and map in deep nested tuple schemas #2575

Closed ghost closed 4 years ago

ghost commented 4 years ago

New test cases for Py -> SPL with schema that contain list or map attribute at a deep level of nesting tuples.

cd <jour repo>/test/python/topology

for t in \
_test_py_source_tuple_map_nested_tuple_spl_sink \
_test_py_source_tuple_tuple_map_nested_tuple_spl_sink \
_test_py_source_tuple_list_nested_tuple_spl_sink \
_test_py_source_tuple_tuple_list_nested_tuple_spl_sink
do 
echo "======================> $t"
python3 -u -m unittest test2_namedtuple.TestNamedTupleSource.$t
done

Test cases currently fail (that's why prefixed wit '_')