<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/tests, branch timeout-hours-bug</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>First use of STASIS_TEST_MSG</title>
<updated>2026-01-03T16:42:41+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-03T16:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=ba5a5fda9c3fcc5490c97ddb6b1beef41da7c8e2'/>
<id>ba5a5fda9c3fcc5490c97ddb6b1beef41da7c8e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add STASIS_TEST_MSG macro</title>
<updated>2026-01-03T16:42:24+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-03T16:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=c948d5020091cc40fe8eb7f0a21e51a2c1dc3ef5'/>
<id>c948d5020091cc40fe8eb7f0a21e51a2c1dc3ef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TESTS_VERBOSE cmake option</title>
<updated>2026-01-03T16:41:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-03T16:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=272231cf29b8ce348d53b6950247fd7faec2d372'/>
<id>272231cf29b8ce348d53b6950247fd7faec2d372</id>
<content type='text'>
* Defines STASIS_TEST_VERBOSE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Defines STASIS_TEST_VERBOSE
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable tests</title>
<updated>2026-01-03T13:56:31+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-03T13:56:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b840c9737effa4b9c5e6550efab468c53e86cf11'/>
<id>b840c9737effa4b9c5e6550efab468c53e86cf11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to fix a buffer overflow reported by the CI</title>
<updated>2026-01-03T07:03:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-03T07:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5c1f18bf3a98ad71d3674f4fd935feae73e0963a'/>
<id>5c1f18bf3a98ad71d3674f4fd935feae73e0963a</id>
<content type='text'>
* Locally ASAN wasn't complaining.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Locally ASAN wasn't complaining.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests</title>
<updated>2026-01-02T21:29:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-01-02T21:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=11e4e32a37e61d7e3168adbdfaf507aa58cb43f0'/>
<id>11e4e32a37e61d7e3168adbdfaf507aa58cb43f0</id>
<content type='text'>
* test_mp_timeout()
* test_mp_seconds_to_human_readable()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test_mp_timeout()
* test_mp_seconds_to_human_readable()
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement task timeout</title>
<updated>2025-12-30T16:28:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-12-30T16:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=18b29bd58d1daa1752e981488445e0fcb100f2a7'/>
<id>18b29bd58d1daa1752e981488445e0fcb100f2a7</id>
<content type='text'>
* Add argument: --task-timeout=1[s,m,h]
* Timed out tasks are SIGKILL'd
* If killing a task fails, the entire program ends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add argument: --task-timeout=1[s,m,h]
* Timed out tasks are SIGKILL'd
* If killing a task fails, the entire program ends
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase lines_on_error from 100 to 1000</title>
<updated>2025-07-08T18:31:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-07-08T18:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1e572f3a653ddd6385a0ea49cacfbf2f3a32ce87'/>
<id>1e572f3a653ddd6385a0ea49cacfbf2f3a32ce87</id>
<content type='text'>
* Debug messages are chatty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Debug messages are chatty
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable debug messages in RT</title>
<updated>2025-07-08T17:55:52+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-07-08T17:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5692c689a7b1da67724fc5c3c9bb3f3f1d7df0c9'/>
<id>5692c689a7b1da67724fc5c3c9bb3f3f1d7df0c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leak in artifactory test</title>
<updated>2025-07-07T23:08:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-07-07T23:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1209bdcc6e6131d12fc0923d771e14d9d65635e2'/>
<id>1209bdcc6e6131d12fc0923d771e14d9d65635e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
