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

SpiNNakerManchester / SpiNNMan / 1259
64%
master: 67%

Build:
Build:
LAST BUILD BRANCH: use_build
DEFAULT BRANCH: master
Ran 12 Oct 2018 02:24PM UTC
Jobs 2
Files 190
Run time 22s
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
1259

Pull #141

travis-ci

web-flow
Fix long-standing bug in SpiNNMan with packet reordering

The reading of the P2P table data within GetMachineProcess was wrong, in
that it could reorder the columns of table data. That only occurred when
the reading of one column gets delayed (because of the need to resend a
packet) and the reading of the column after it works immediately,
allowing the results to slip past each other. This would result in them
being entered into the host-side raw P2P table data array in the wrong
order, which in turn would corrupt the building of the parsed P2P table.

Fortunately this is a very rare occurrence in the Python code as the
language is so slow that multiple packets in flight are hardly ever
launched in practice, but it is a bug that is fixed by binding where to
store in the table (known at packet dispatch time!) into the response
callback.
Pull Request #141: Fix long-standing bug in SpiNNMan with packet reordering

4 of 4 new or added lines in 1 file covered. (100.0%)

3691 of 5756 relevant lines covered (64.12%)

1.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1259.1 12 Oct 2018 02:24PM UTC 0
64.12
Travis Job 1259.1
2 1259.2 12 Oct 2018 02:24PM UTC 0
64.12
Travis Job 1259.2
Source Files on build 1259
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1259
  • Pull Request #141
  • PR Base - master (#1257)
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