Skip to content

Instantly share code, notes, and snippets.

@xor-freenet
Last active June 4, 2016 20:59
Show Gist options
  • Save xor-freenet/4dc3f8430b978bf761162c9d2c415020 to your computer and use it in GitHub Desktop.
Save xor-freenet/4dc3f8430b978bf761162c9d2c415020 to your computer and use it in GitHub Desktop.
WoT test failures likely triggered by fred branch 'toad-plugins-disable' = https://github.com/freenet/fred/pull/527
cd fred
git fetch --all
git checkout 69b39e71c67f1affeaf0e9d0096962700fadb7f9
ant clean && ant -Dtest.skip=true
cd plugin-WebOfTrust
git fetch --all
git checkout ae56c33c96e1e11717d3baadea4e679ccd309758
ant clean && ant -Dtest.skip=false -Dtest.class=plugins.WebOfTrust.SubscriptionManagerFCPTest
[junit] Testcase: testSubscribeUnsubscribe took 12.964 sec
[junit] Caused an ERROR
[junit] Plugins disabled
[junit] java.lang.IllegalStateException: Plugins disabled
[junit] at freenet.pluginmanager.PluginManager.realStartPlugin(PluginManager.java:423)
[junit] at freenet.pluginmanager.PluginManager.startPluginFile(PluginManager.java:411)
[junit] at plugins.WebOfTrust.AbstractFullNodeTest.setUpNode(AbstractFullNodeTest.java:114)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment