Ermakoff's test states that for a nonincreasing function $f(x)$, $\sum f(n)$ converges if
$$\limsup_{x \to \infty} \frac{e^x f(e^x)}{f(x)} < 1$$
and diverges if
$$\liminf_{x \to \infty} \frac{e^x f(e^x)}{f(x)} > 1.$$
This test seems to be very powerful in that any example I try gives a limit of $0$ or $\infty$.
Question: Is there an example where Ermakoff's test is inconclusive, i.e. is there an $f(x)$ that gives a limit of 1? More generally, is there an $f(x)$ that gives a finite positive limit?
My approach was to toe the line between slowly diverging summands like $\frac{1}{n}, \frac{1}{n \log n}, \frac{1}{n \log n \log\log n}, \ldots$ I tried throwing in special functions that grow differently than a power of a nested logarithm, such as $li(x)$ and $W(x)$. This didn't get me very far as I ended up wandering aimlessly through examples.
By taking the logarithm of the limit and performing substitutions, it's equivalent to look for a nondecreasing function $g(x)$ where $\lim_{x \to \infty} (x - g(x) + g(\log x)) = 0$. This form makes working with series at $x = \infty$ a bit easier.
The test can be generalized by looking at $\phi'(x) f(\phi(x))/f(x)$ for any increasing $\phi(x) > x$. Letting $\phi(x) = e^x$ gives Ermakoff's test and letting $\phi(x) = x + 1$ gives d'Alembert's ratio test.
Bonus question: Is there a way to find an inconclusive example for any $\phi(x)$? I imagine the faster $\phi(x)$ grows, the harder it becomes.