Povilas Kanapickas

Results 109 issues of Povilas Kanapickas

This fixes infinite loop in case application uses an external io_context in which case `_app.stop()` does nothing.

posix_spawnp is not identical to fork+execve. New python versions throw a deprecation warning on os.fork usage. Downstream users may want to adjust usages of spawnProcess to not use fork+execve. ##...

needs-review

posix_spawnp is not identical to fork+execve. New python versions throw a deprecation warning on `os.fork` usage. Downstream users may want to adjust usages of spawnProcess to not use fork+execve.

documentation

**Is your feature request related to a problem? Please describe.** Currently tests run under parallel `trial` do not know about each other. This makes it difficult to coordinate access to...

## Scope and purpose Fixes #11949 Currently tests run under parallel trial do not know about each other. This makes it difficult to coordinate access to shared resources (e.g. database)...

needs-changes

Currently copying from read-only databases breaks with recent-enough version of the postmodern library. https://github.com/marijnh/Postmodern/pull/163 changes the default transaction syntax from `BEGIN` to `BEGIN TRANSACTION ISOLATION LEVEL READ COMMITTED READ WRITE`...

Documentation for `task_group::wait()` is succinct and states that it "waits for all tasks in the group to complete or be cancelled". However, this is not exactly correct, because this function...

documentation

This implements https://docs.docker.com/compose/compose-file/05-services/#runtime

https://github.com/buildbot/buildbot/pull/7441 upgraded Alembic which enabled type comparisons by default (see https://alembic.sqlalchemy.org/en/latest/changelog.html#change-1.12.0). This broke buildbot.test.integration.test_upgrade.UpgradeTestEmpty.test_emptydb_modelmatches test as seen in https://buildbot.buildbot.net/#/builders/89/builds/8025/steps/11: ``` [FAIL] Traceback (most recent call last): File "/buildbot/buildbot-job/build/master/buildbot/test/integration/test_upgrade.py", line 239,...

bug

E.g. https://buildbot.buildbot.net/#/builders/127/builds/40. ``` [43/51] [webkit] › reason_force.spec.ts:45:7 › force and cancel › should create a build with a dedicated reason and Start it 1) [webkit] › reason_force.spec.ts:45:7 › force and...