corda/experimental
sollecitom 8a561cddbf Merge remote-tracking branch 'remotes/open/master' into merges/march-19-14-41
# Conflicts:
#	client/rpc/src/test/kotlin/net/corda/client/rpc/RPCPerformanceTests.kt
#	node-api/src/main/kotlin/net/corda/nodeapi/internal/persistence/CordaPersistence.kt
#	node/src/integration-test/kotlin/net/corda/node/modes/draining/P2PFlowsDrainingModeTest.kt
#	node/src/main/java/CordaCaplet.java
#	node/src/main/kotlin/net/corda/node/internal/AbstractNode.kt
#	testing/node-driver/src/main/kotlin/net/corda/testing/node/MockServices.kt
2018-03-19 15:17:49 +00:00
..
behave Merge remote-tracking branch 'remotes/open/master' into merges/march-19-14-41 2018-03-19 15:17:49 +00:00
flow-hook Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
intellij-plugin Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
kryo-hook Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
quasar-hook Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
sandbox Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
src Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
build.gradle Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
README.md Disable unit test for experimental projects (#2627) 2018-02-23 20:48:39 +00:00

Experimental module

The purpose of this module is to hold code that isn't yet ready for code review, but which still wants to be refactored and kept compiling as the underlying platform changes. Code placed into experimental must eventually either be moved into the main modules and go through code review, or be deleted.

Code placed here can be committed to directly onto master at any time as long as it doesn't break the build (no compile failures or unit test failures). Any commits here that break the build will simply be rolled back.

To help reduce the build times, unit tests for experimental projects have been disabled and will NOT run alongside the whole project tests run via Gradle. Add parameter experimental.test.enable (example command is gradlew test -Dexperimental.test.enable to enable those tests.