<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests, branch nedbat/multi-concurrency</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>feat: multiple --concurrency values. #1012 #1082</title>
<updated>2021-11-25T20:03:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T11:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c9d821deba6f7ee5eef30fef5355f7c93808b4f9'/>
<id>c9d821deba6f7ee5eef30fef5355f7c93808b4f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): keep SourceIncludeOmitTest's from clobbering each other</title>
<updated>2021-11-24T14:01:57+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T14:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=eff683c74dccf0f444484ac470e35dbc0a8cc498'/>
<id>eff683c74dccf0f444484ac470e35dbc0a8cc498</id>
<content type='text'>
Because they cd'd into a folder in the shared source tree, their data
files would collide, leading to flaky tests.

Also, add a check that the tests collected some data, and add sys.path
to the debug=trace output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because they cd'd into a folder in the shared source tree, their data
files would collide, leading to flaky tests.

Also, add a check that the tests collected some data, and add sys.path
to the debug=trace output.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): skip tests that trip a specific Mac 3.9 eventlet bug</title>
<updated>2021-11-24T12:41:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-24T12:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f0c8797846290e3fc466793aa0930eb79e1eeffc'/>
<id>f0c8797846290e3fc466793aa0930eb79e1eeffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(build): a better way to pin light-thread packages</title>
<updated>2021-11-24T11:45:10+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-23T13:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=3dfa4498abf5885307f921862f7d367166af76a6'/>
<id>3dfa4498abf5885307f921862f7d367166af76a6</id>
<content type='text'>
Also, clearly indicate when we are skipping tests because the packages aren't
available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, clearly indicate when we are skipping tests because the packages aren't
available.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(refactor): simplify the logic of writing subcover.pth</title>
<updated>2021-11-21T18:27:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T18:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ec0d4104d381c19f34255279c928637082ca80cd'/>
<id>ec0d4104d381c19f34255279c928637082ca80cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): remove the subcover.pth file when the main session ends</title>
<updated>2021-11-21T16:10:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=dd8de3b0081190839dadfb83f038b701808594ec'/>
<id>dd8de3b0081190839dadfb83f038b701808594ec</id>
<content type='text'>
Leaving the pth file meant that the next igor run would start coverage, which
meant igor couldn't delete the C extension file on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leaving the pth file meant that the next igor run would start coverage, which
meant igor couldn't delete the C extension file on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(refactor): if two skips apply, put the more significant reason closer to the def</title>
<updated>2021-11-21T14:46:42+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T14:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=39a2b1b171d7571a8ac87bbcf220d29ea5548018'/>
<id>39a2b1b171d7571a8ac87bbcf220d29ea5548018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(refactor): use pathlib for the pth files</title>
<updated>2021-11-21T14:07:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T14:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=1ac09127438adac06de02172e4fad34d7b096be3'/>
<id>1ac09127438adac06de02172e4fad34d7b096be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(fix): never delete the pth file</title>
<updated>2021-11-21T13:39:01+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T13:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=57768ee130fe2b0e7d1b27399ff2c73aa1cdbfe3'/>
<id>57768ee130fe2b0e7d1b27399ff2c73aa1cdbfe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(test): make .pth files once per session</title>
<updated>2021-11-21T13:15:29+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2021-11-21T12:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=0922240cfb5e549a83f56a12629a16ad3fe2b498'/>
<id>0922240cfb5e549a83f56a12629a16ad3fe2b498</id>
<content type='text'>
The old way, we made and deleted .pth file around each test.  This
caused problems because pth files are written to a common location
shared by all test workers, so tests would fail because pth files were
being deleted as other workers were trying to use them.

Now we make the pth file once per session.  There's still a chance that
a worker will be using a pth file just as another worker is ending and
removing it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old way, we made and deleted .pth file around each test.  This
caused problems because pth files are written to a common location
shared by all test workers, so tests would fail because pth files were
being deleted as other workers were trying to use them.

Now we make the pth file once per session.  There's still a chance that
a worker will be using a pth file just as another worker is ending and
removing it.
</pre>
</div>
</content>
</entry>
</feed>
