-
- Downloads
FAB-1763 Rename **TEST_CHAINID** to test_chainid
Chainid becomes database name in CouchDB.
CouchDB naming conventions:
Only lowercase characters (a-z), digits (0-9), and any of the
characters _, $, (, ), +, -, and / are allowed. Must begin
with a letter.
Therefore, we either need to adopt these same restrictions for
chainid naming, or have a deterministic mapping of chainid to
a valid (and unique) CouchDB database name.
The complete fix will be delivered in FAB-1764. In FAB-1763
we simply change '**TEST_CHAINID**' to 'test_chainid' in order
to unblock current failures.
Change-Id: Id274b37f5a07813b172db0e695ec803e63a09726
Signed-off-by:
denyeart <enyeart@us.ibm.com>
Showing
- bddtests/features/bootstrap.feature 1 addition, 1 deletionbddtests/features/bootstrap.feature
- bddtests/steps/bootstrap_impl.py 1 addition, 1 deletionbddtests/steps/bootstrap_impl.py
- bddtests/steps/orderer_util.py 1 addition, 1 deletionbddtests/steps/orderer_util.py
- common/util/utils.go 1 addition, 1 deletioncommon/util/utils.go
- docs/channel-setup.md 2 additions, 2 deletionsdocs/channel-setup.md
- examples/ccchecker/ccchecker.json 2 additions, 2 deletionsexamples/ccchecker/ccchecker.json
- orderer/common/bootstrap/provisional/provisional.go 1 addition, 1 deletionorderer/common/bootstrap/provisional/provisional.go
- peer/node/start.go 3 additions, 3 deletionspeer/node/start.go
Loading
Please register or sign in to comment