I'm having some difficulty with the failsafe plugin. I'm adding a new maven
module for PHOENIX-971, and I'd like to add some new end2end tests. These
would be specific to my new module, separate from those already in
phoenix-core. I've added the failsafe plugin to my pom.xml, following the
lead of what's already in phoenix-core. I have two new tests, one that
extends BaseHBaseManagedTimeIT directly, and another that extends QueryIT.
I expect them to be picked up by the HBaseManagedTimeTest
and ClientManagedTimeTest category runners, respectively. So far it's not
working.

Would you mind giving me some pointers? This is my commit:

https://github.com/ndimiduk/phoenix/commit/eb4b552a18255fe511312bedf2d6b464e8abccc7

Thanks,
Nick

Reply via email to