The document discusses testing forest isomorphism in the adjacency list model. It proposes a partitioning oracle that removes small fractions of edges to partition graphs into parts with good properties, like bounded degree trees. It then checks if each corresponding part in the two forests is isomorphic or far. This reduces the problem to poly(log n) queries by testing individual parts. The approach provides a general technique for testing any graph property on forests in poly(log n) queries. A lower bound of Ω(√log n) queries is also shown.