-
# 추가/개선 필요 요소
테스트 @Transactional 어노테이션 제거
# 추가/개선 필요 이유
테스트에서 거짓양성 제거
- 프로덕션 코드에는 문제가 없는데, 테스트가 실패하는 현상
- 트랜잭션이 전파됨으로써 영속성 컨텍스트에 1차 캐시에서 엔티티를 조회함.
- 따로 엔티티간의 참조를 설정해주지 않는다면 테스트가 실패함
-
On ON_DISK_TRANSACTIONAL mode, when we run a full scan for a given storage accessor, we do cache the read in values from disk, but we do not do the same thing for indexed entities.
Introduce some sort…
-
We mention the limit to be 10 here: https://github.com/openfga/openfga.dev/blob/main/docs/content/interacting/transactional-writes.mdx?plain=1#L141
In fact, by default it is 100
https://github.c…
-
### Description
If a user reports someone or any other action to an admin it goes into the abyss. We need some way of letting the user know the status of the report when a decision/action has taken p…
-
I want to be able to send transactional emails to a list(email list). /api/tx can accept a list id and then send transactional email to every subscriber in that list.
This can be workaround by quer…
-
@dstepanov
> Remove by default “transaction=true” from @MicronautTest and require @Transactional annotation on the test class / method like Spring https://docs.spring.io/spring-framework/reference…
-
I have a general question in regard to:
> - Natively supports multiple [storage drivers](https://google.github.io/tensorstore/kvstore/index.html), including [Google Cloud Storage](https://google.gi…
-
| --- | --- |
| Bugzilla Link | [582959](https://bugs.eclipse.org/bugs/show_bug.cgi?id=582959) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Feb 22, 2024 04:17 EDT |
| Modified | Feb…
-
### Summary
When I try to install (a) package(s) using the zypper module on SLE Micro, transactional-update is used but even if the command fails, the task is marked OK and the play continues as if e…
-
Originally asked in #23, but I've being thinking about it for some time.
Today, this lib cleans the database, load everything and then commit the changes for every test run. Rails has an option cal…