Sat.Dec 18, 2021

article thumbnail

Fixing a SOLR Memory Leak

DZone

In this blog, we are going to learn about memory leaks occurring in SOLR QueryResultCache, how the RCA was carried out, and the solution given to resolve the issue. In the application under test, SOLR was used as a component to store, search, and retrieve the contents. SOLR 7.5 was used in this application.

article thumbnail

How to Refactor a Legacy Test Automation Project

DZone

Starting a new project can put you in a situation where you have to decide whether to begin again or try to fix what you have. If all the tests work and are written in a simple, SOLID, and understandable manner, you are lucky — you are lucky!

Testing 245