Integration testing transactions and optimistic locking with Spring and JUnit

I did some badness today.

I wanted an integration test to check to see if my @Transactional method actually did rollback on an optimistic lock failure. It’s a pretty business critical method so I wanted to be sure that the whole @Transactional and @Version annotation voodoo actually works.

The approach I took was to inject, what I called a “slowRepository” into the object with the @Transactional method. The slowRepository is just a mockito mock of the object which “answers” (using “thenAnswer”) to the “findBy…” with some custom code.

The idea is that at some point during the @Transactional method the slowRepository is called and the “answer” code is invoked. In the test, the answer code follows along the lines of:

1. Grab the data it requires from the (not slow) repository (the repository the slowRepository is mocking)
2. Switch back the slowRepository for the not slow repository
3. Invoke the @Transactional method again on a separate thread
4. Sleep for a bit
5. Wake up and return the data from step 1

The @Transactional call on the separate thread completes and commits before slowRepository wakes up. When it does, slowRepository returns stale data and the @Transactional method then fails accordingly.

The problem I encountered was using the setters for my @Autowired dependencies on the bean with the @Transactional method. I needed to use the setters so that I could switch in and out the slowRepository, but couldn’t because Spring AOP proxies are implementations of an interface, not subclasses (by default – yes I realise you can get Spring to proxy the target class using CGLIB). I found this blog post which explains how to get at the target object behind a Spring proxy. I converted it to Scala:

…which is pretty ninja.

15,563 thoughts on “Integration testing transactions and optimistic locking with Spring and JUnit

  1. Бизнесмены отзовитесь Сроки срывают постоянно То материал фуфло Короче мужики с руками из правильного места — бизнес подарки сотрудникам на праздник Цены ниже чем у других на 30 В общем там каталог и цены — бизнес подарки с логотипом бизнес подарки с логотипом Не ведитесь на дешёвые предложения Перешлите тому у кого бизнес

  2. Предприниматели отзовитесь Качество пластилин То вообще привозят не то что заказывали Короче реальное производство в Москве — корпоративные подарки и сувениры оптом Цены ниже чем у других на 30 В общем сохраняйте себе — оригинальные корпоративные подарки https://korporativnye-podarki-merch-aqr.ru Проверяйте производителя по этому списку Перешлите тому у кого бизнес

  3. Finally, you should select the Animation tool and choose from our collection of photo animation features. You should feel free to browse through them to find the effect that best fits the look you want. Below are some of our most popular photo animation examples. Old photo to video AIEasily “picture to video online” or “make a photo animated.” Our tool transforms your photos into lively videos, bringing your stories to life. Veo 3’s most important feature, according to Google’s VP of Gemini Josh Woodward at the I O event, was the “incredibly realistic” sound generation. At the time, Veo 3 was available under the $250 per month “AI Ultra” plan. Now, free Photos users can bring Veo 3-powered video generation — but not sound — to a limited, unspecified number of their own pictures each day. Ultra and Pro subscribers have access to more generations.
    http://pasarinko.zeroweb.kr/bbs/board.php?bo_table=notice&wr_id=10502582
    Before we go through each tool featured in the video above from the Obscurious YouTube channel, let’s quickly go over some of the best apps and tools for AI image generation in general. From RunwayML to Midjourney, there have been several text-to-image or image-to-image AI tools that can create fascinating—and often surprisingly complex—images with their AI powers. As a 100% free AI animation creator, EaseMate AI Image Animator can generate exciting videos from your photos. Fueled by Runway and Veo 3, it will instantly add natural movements, vivid expressions, diverse styles, and other visions to your image, ensuring your creations are memorable and shareable. Try our image-to-video AI generator instantly; no need to sign up for a paid plan right away. You can dive right in and start creating. Upload your image, see the results, and decide if it works for you. Plus, explore many other AI tools like our image generator and talking avatars. You can try it all, commitment-free, and let the results speak for themselves.

  4. “There will be a dedicated tab for inspiration, another to keep track of any early ideas you might have, a much higher quality camera which I used to record this video, all the editing tools you’d expect, the ability to share drafts with friends and other creators, and, if you decide to share your videos on Instagram, powerful insights on how those videos do,” Mosseri wrote. WeVideo is an Instagram reels editor online that provides the best editing tools for content creators and professional video editors. This is an all-in-one video editing app for Instagram that can be used to capture, edit, and view video footage. You know Reels work best for vertical videos. But, when you want to upload horizontal videos, you can use InShot to take care of the editing process. It adds bars on top of below the horizontal video so it becomes vertical. You can change the video aspect ratio to 9:16 (the recommended ratio for Reels) with a few taps.
    https://guimizafe1982.cavandoragh.org/https-crowncoinspromocode-ca
    Big Bass Bonanza uses a fishing theme, with the reels floating just below the ocean’s surface. Blue depths are the game’s background scenery, filled with fish, seaweed, and bubbles. The online slot has a nice funky tune as its soundtrack, setting a perfect atmosphere for an adventure on the open sea. Graphics are brightly-coloured, crisp and well-executed. Big Bass Bonanza by Pragmatic Play is one of the most popular online casino games among UK players seeking an exciting fishing-themed slot experience. With its bright graphics, smooth gameplay, and lucrative bonus features, this game offers a fun way to catch some big wins while casting your line into an aquatic adventure. Big Bass Bonanza 3 ReelerGame Provider: Reel Kingdom With a fun fisherman character, a cool underwater setting, and lots and lots of chances to win, Big Bass Splash and Big Bass Bonanza are two of the most popular slot games available at the best online casinos.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>