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

funilrys / PyFunceble / 826
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 18 May 2019 01:48PM UTC
Jobs 24
Files 47
Run time 22min
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
826

push

travis-ci-com

funilrys
Introduction of a fix of the multiprocessing logic.

Indeed, before this patch, a "block time" was possible.
It was not actually a "block time" but rather it looked like a block time as
we do not return anything.
It was actually the merge of all processes which was done.

Indeed, before this patch, I was waiting for the really end of the session
(autosave) of the file test (everything else) to merge the data which was
saved by all created processes. So if we had 15 000 processes,
we had 15 000 * (number of subsystem which saved data into that process)
index to merge into the different subsystems like for example
the autocontinue subsystem.

From now, we open x (given) simultaneous processes and at the end of all
of them I process the merge
of x * (number of subsystem which saved data into that process) index to merge.
This has the advantage that it fixes the previously mentionned issue but also
make the autocontinue subsystem more accurate and almost real-time.
The disavantage of this is we loose a bit (~3 seconds depending of the number
of processes to merge) between each creation of x (given) simultaneous
processes but compared to a test withouth multiprocessing it's nothing.

A big thanks to @mitchellkrogza && @dnmTX for spotting that 'blocking' issue.

2512 of 2512 relevant lines covered (100.0%)

24.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 826.1 (PYTHON_VERSION="3.6.0") 18 May 2019 01:48PM UTC 0
100.0
Travis Job 826.1
2 826.2 (PYTHON_VERSION="3.6.1") 18 May 2019 01:48PM UTC 0
100.0
Travis Job 826.2
3 826.3 (PYTHON_VERSION="3.6.2") 18 May 2019 01:48PM UTC 0
100.0
Travis Job 826.3
4 826.4 (PYTHON_VERSION="3.6.3") 18 May 2019 01:48PM UTC 0
100.0
Travis Job 826.4
5 826.5 (PYTHON_VERSION="3.6.4") 18 May 2019 01:50PM UTC 0
100.0
Travis Job 826.5
6 826.6 (PYTHON_VERSION="3.6.5") 18 May 2019 01:50PM UTC 0
100.0
Travis Job 826.6
7 826.7 (PYTHON_VERSION="3.6.6") 18 May 2019 01:50PM UTC 0
100.0
Travis Job 826.7
8 826.8 (PYTHON_VERSION="3.6.7") 18 May 2019 01:50PM UTC 0
100.0
Travis Job 826.8
9 826.9 (PYTHON_VERSION="3.6.8") 18 May 2019 01:53PM UTC 0
100.0
Travis Job 826.9
10 826.10 (PYTHON_VERSION="3.7.0") 18 May 2019 01:53PM UTC 0
100.0
Travis Job 826.10
11 826.11 (PYTHON_VERSION="3.7.1") 18 May 2019 01:53PM UTC 0
100.0
Travis Job 826.11
12 826.12 (PYTHON_VERSION="3.7.2") 18 May 2019 01:53PM UTC 0
100.0
Travis Job 826.12
13 826.13 (PYTHON_VERSION="3.7.3") 18 May 2019 01:56PM UTC 0
100.0
Travis Job 826.13
15 826.15 (PYTHON_VERSION="3.6.1") 18 May 2019 01:58PM UTC 0
100.0
Travis Job 826.15
16 826.16 (PYTHON_VERSION="3.6.2") 18 May 2019 01:58PM UTC 0
100.0
Travis Job 826.16
17 826.17 (PYTHON_VERSION="3.6.3") 18 May 2019 02:00PM UTC 0
100.0
Travis Job 826.17
18 826.18 (PYTHON_VERSION="3.6.4") 18 May 2019 02:02PM UTC 0
100.0
Travis Job 826.18
19 826.19 (PYTHON_VERSION="3.6.5") 18 May 2019 02:02PM UTC 0
100.0
Travis Job 826.19
20 826.20 (PYTHON_VERSION="3.6.6") 18 May 2019 02:02PM UTC 0
100.0
Travis Job 826.20
21 826.21 (PYTHON_VERSION="3.6.7") 18 May 2019 02:05PM UTC 0
100.0
Travis Job 826.21
22 826.22 (PYTHON_VERSION="3.6.8") 18 May 2019 02:06PM UTC 0
100.0
Travis Job 826.22
23 826.23 (PYTHON_VERSION="3.7.0") 18 May 2019 02:06PM UTC 0
100.0
Travis Job 826.23
24 826.24 (PYTHON_VERSION="3.7.1") 18 May 2019 02:07PM UTC 0
100.0
Travis Job 826.24
26 826.26 (PYTHON_VERSION="3.7.3") 18 May 2019 02:10PM UTC 0
100.0
Travis Job 826.26
Source Files on build 826
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #826
  • d7949c5d on github
  • Prev Build on dev (#825)
  • Next Build on dev (#827)
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