trustlines-protocol / clientlib

Typescript/Javascript library of the trustlines network protocol
MIT License
10 stars 7 forks source link

Add failing test for getting successive balance updates from stream #411

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

Requires https://github.com/trustlines-protocol/relay/pull/577 to be fixed

codecov[bot] commented 3 years ago

Codecov Report

Merging #411 (7104ebe) into master (b4ba440) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #411   +/-   ##
=======================================
  Coverage   59.26%   59.26%           
=======================================
  Files          21       21           
  Lines        1495     1495           
  Branches      311      311           
=======================================
  Hits          886      886           
  Misses        536      536           
  Partials       73       73           
Flag Coverage Δ
integration 32.24% <ø> (ø)
unit 59.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4ba440...7104ebe. Read the comment docs.

cducrest commented 3 years ago

Oops, idk why this test passes on circleci, probably timing luck, but it should fail most of the time. Investigating.

cducrest commented 3 years ago

I confirm that the test is just flaky.