Egor Suvorov

Results 35 issues of Egor Suvorov

Based on #1990, it should be merged afterward. This PR aims to straighten the logic in `WalStreamDecoder` and add more checks that are currently present in `find_end_of_wal` only. These changes...

Found in #1989. # How to reproduce 1. Check out commit c25948008aa6795ae66d6727238333fa36a2caae 2. Enable postgres logs by adding `pg.config(['log_min_messages=DEBUG2'])` right before `pg.start()` in `test_wal_generate.py` 3. Build everything by `make -j4`...

t/bug
s/help_wanted

Follow-up of the last failures in https://github.com/neondatabase/neon/issues/1667#issuecomment-1179001544, see also #2062. Looking at our `neon_local timeline branch` command, it works entirely with pageserver: https://github.com/neondatabase/neon/blob/39d86ed29e9a2887e6dc339fbb0eeb6040c12cc8/neon_local/src/main.rs#L690-L710 Moreover, the `test_tenant_relocation` test runs it with...

t/bug
a/reliability
c/storage
t/flaky

Example: https://app.circleci.com/pipelines/github/neondatabase/neon/7831/workflows/e8a0db48-2ac9-4f8e-ad52-b31ccc16a4c2/jobs/80405 ``` psycopg2.OperationalError: connection to server at "localhost" (127.0.0.1), port 18125 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the...

t/bug
a/test
t/flaky

We have quite a bunch of checks which use some secret tokens: * `coverage-report` [uploads coverage reports to our repository](https://github.com/neondatabase/neon/blob/de7eda2dc6a6dbad3c3ec96e71673c5a8a48bb79/.circleci/config.yml#L406) * `remote-ci-trigger` [triggers end-to-end tests with our cloud tests](https://github.com/neondatabase/neon/blob/de7eda2dc6a6dbad3c3ec96e71673c5a8a48bb79/.circleci/config.yml#L724) If...

a/ci
s/needs_discussion

Based on #2064, may require extra checks from #1992.

See this for clarification. Strictly speaking, declaring a reserved identifier is undefined behavior, which means that as long as testlib does that, all checkers and validators have undefined behavior as...

I assume there are some extra commands missing [here](https://github.com/gammu/gammu/blob/5c33aa56fc57a70ebde89554cb09e0d47ddea95b/CMakeLists.txt#L916-L918), like `gammu-smsd --stop-service` and `gammu-smsd --uninstall-service`. Otherwise, the service will hang in the registry after uninstallation.

How to reproduce: 1. Spin off a [self-hosted GitHub Actions runner](https://developer.github.com/v3/actions/self-hosted-runners/). This is important because for reasons I do not understand or accept (to put it mildly) self-hosted runners are...

Partially fixes #619. I'm not exactly sure what the CSS is doing, but it's copied from what's used by the editor on the profile page and without it the page...