vasia / gelly-streaming

An experimental Graph Streaming API for Apache Flink
Apache License 2.0
138 stars 44 forks source link

Add tests for the examples #12

Closed vasia closed 8 years ago

vasia commented 8 years ago

Currently, only the window triangles example is covered by a test. We should add tests for connected components and the bipartiteness check, so we don't let issues like #11 happen again :)

vasia commented 8 years ago

see #15