Can't flush a bucket while running XDCR

Would like to be able to flush a bucket while running replication/XDCR for testing purposes.
For ref: https://issues.couchbase.com/browse/MB-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

Kinda really stinks that this isn’t possible today.

Anyone? this is painful!

Thanks for the input. The workaround is remove the XDCR replication, flush both source and destination buckets and reestablish XDCR. would that not work?
thanks
-cihan

Thanks for the response.
As far as I can tell that is unfortunately a no go with the .NET couchbase client.

Anyways, I resorted to dynamically creating an all-document view for every bucket when running tests to identify and delete all the documents before each test.

I’m actually quite happy with this solution because it is magnitudes faster than flushing which is quite slow.

Thanks,
Ben