Pavel Vetokhin

Results 7 issues of Pavel Vetokhin

Запустил все тесты с профилировщиком. Насколько я понимаю, большинство времени уходит на работу с БД. Можно полностью замокировать работу с БД? Или хотя бы выделить такие тесты в отдельный пакет...

comp_general
type_optimization
est_hard
good first issue

was useful for me

Imagine we have workflow with 2 jobs. In the former (matrix job) we run e2e tests in multiple environments and then upload test reports as artifacts. In the latter we...

awaiting input

Just want to give yet another reason to support explicit JdbcType definition. When implementing database agnostic onion/hexagonal architecture, we usually have 2 distinct models: domain and persistence. So port/adapter responsible...

type: enhancement

### TestNG Version LATEST ### Problem Can't to fail fast CI build right after configuration method failure. Maven Surefire has option `skipAfterFailureCount`. It allows us to fail E2E tests build...

### Description #### Problem ```yaml services: db: ... migration: depends_on: db: condition: service_healthy ... app: depends_on: migration: condition: service_completed_successfully ... ``` Migration container started every time `docker compose up` fired....

kind/feature
status/0-triage