You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CR moves the BTL (block-to-live) configuration that is
consumned for purging the pvt data from core.yaml to collection
configurations that are specified in the chaincode instantiation
transaction.
Change-Id: I20611ae123018cda0ea7bad9f6ba0626ec3f04d5
Signed-off-by: manish <manish.sethi@gmail.com>
// Test the invocation of a transaction for private data.
26
27
funcTestQueriesPrivateData(t*testing.T) {
27
-
28
+
// Skipping this tests as this test requires the application configuration to be set such that the private data capability is set to 'true'
29
+
// However, with the latest restructuring of some of the packages, it is not possible to register system chaincodes with desired configurations for test.
30
+
// see function RegisterSysCCs in file 'fabric/core/scc/register.go'. In absence of this lscc returns error while deploying a chaincode with collection configurations.
31
+
// This test should be moved as an integration test outside of chaincode package.
0 commit comments