• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

raiden-network / raiden / 8086
36%

Build:
DEFAULT BRANCH: master
Ran 13 Sep 2018 01:58PM UTC
Jobs 12
Files 96
Run time 32min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
8086

push

travis-ci

hackaugusto
Remove send queued from transports start and to service

Both transports currently basically do `send_async` on each message on
these queues anyway. This was done once to allow batch send, but it was
never implemented and matrix doesn't even support batch send messages,
so it was useless and cluttered the interface (send_async receives a
queue of events and a Message, and start received a queue of messages
since #2420).
The transports need to be aware of the events queues anyway, to
eventually stop retrying the message once it's cleaned (TODO for UDP),
so we can't avoid knowing about the events, but now the serialization
always occurs either in RaidenEventHandler or in RaidenService when
starting the transports, so consistent usage of
`messages.message_from_sendevent`
Followup of #2420 and replaces #2458
[ci integration]

2102 of 3210 branches covered (65.48%)

Branch coverage included in aggregate %.

9117 of 11297 relevant lines covered (80.7%)

6.11 hits per line

Jobs
ID Job ID Ran Files Coverage
4 8086.4 (BLOCKCHAIN_TYPE='tester' TEST='raiden/tests/unit raiden/tests/integration/contracts') 13 Sep 2018 01:58PM UTC 0
51.84
Travis Job 8086.4
5 8086.5 (TEST='raiden/tests/integration --ignore=raiden/tests/integration/transfer --ignore=raiden/tests/integration/long_running --ignore=raiden/tests/integration/api --ignore=raiden/tests/integration/contracts --ignore=raiden/tests/integration/cli' TRANSPORT_OPTIONS='--transport=udp') 13 Sep 2018 02:28PM UTC 0
69.83
Travis Job 8086.5
6 8086.6 (TEST='raiden/tests/integration --ignore=raiden/tests/integration/transfer --ignore=raiden/tests/integration/long_running --ignore=raiden/tests/integration/api --ignore=raiden/tests/integration/contracts --ignore=raiden/tests/integration/cli' TRANSPORT_OPTIONS='--transport=matrix --local-matrix=${HOME}/.bin/run_synapse.sh' RUN_SYNAPSE=1) 13 Sep 2018 02:30PM UTC 0
70.44
Travis Job 8086.6
7 8086.7 (TEST='raiden/tests/integration/transfer' TRANSPORT_OPTIONS='--transport=udp') 13 Sep 2018 02:16PM UTC 0
61.22
Travis Job 8086.7
8 8086.8 (TEST='raiden/tests/integration/transfer' TRANSPORT_OPTIONS='--transport=matrix --local-matrix=${HOME}/.bin/run_synapse.sh' RUN_SYNAPSE=1) 13 Sep 2018 02:20PM UTC 0
62.44
Travis Job 8086.8
9 8086.9 (TEST='raiden/tests/integration/long_running' TRANSPORT_OPTIONS='--transport=udp') 13 Sep 2018 02:03PM UTC 0
57.52
Travis Job 8086.9
10 8086.10 (TEST='raiden/tests/integration/long_running' TRANSPORT_OPTIONS='--transport=matrix --local-matrix=${HOME}/.bin/run_synapse.sh' RUN_SYNAPSE=1) 13 Sep 2018 02:04PM UTC 0
59.67
Travis Job 8086.10
11 8086.11 (TEST='raiden/tests/integration/contracts') 13 Sep 2018 02:04PM UTC 0
28.77
Travis Job 8086.11
12 8086.12 (TEST='raiden/tests/integration/api' TRANSPORT_OPTIONS='--transport=udp') 13 Sep 2018 02:15PM UTC 0
63.03
Travis Job 8086.12
13 8086.13 (TEST='raiden/tests/integration/api' TRANSPORT_OPTIONS='--transport=matrix --local-matrix=${HOME}/.bin/run_synapse.sh' RUN_SYNAPSE=1) 13 Sep 2018 02:17PM UTC 0
64.36
Travis Job 8086.13
14 8086.14 (TEST='raiden/tests/integration/cli' TRANSPORT_OPTIONS='--transport=udp') 13 Sep 2018 02:03PM UTC 0
25.81
Travis Job 8086.14
15 8086.15 (TEST='raiden/tests/integration/cli' TRANSPORT_OPTIONS='--transport=matrix --local-matrix=${HOME}/.bin/run_synapse.sh' RUN_SYNAPSE=1) 13 Sep 2018 02:04PM UTC 0
25.81
Travis Job 8086.15
Source Files on build 8086
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8086
  • ae459ff7 on github
  • Prev Build on master (#8082)
  • Next Build on master (#8087)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc