Skip to content

Commit

Permalink
CBQE-0 add support 4.5.1 on windows
Browse files Browse the repository at this point in the history
Change-Id: Ie5f268bd134be913463341a91eccc8da34933695
Reviewed-on: http://review.couchbase.org/64698
Tested-by: Thuan Nguyen <soccon@gmail.com>
Reviewed-by: Thuan Nguyen <soccon@gmail.com>
  • Loading branch information
saigon committed Jun 2, 2016
1 parent c251729 commit 784ceaf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/testconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"2.1.1", "2.2.0", "2.2.1", "2.5.0", "2.5.1", "2.5.2", "3.0.0",
"3.0.1", "3.0.2", "3.0.3", "3.1.0", "3.1.1", "3.1.2", "3.1.3",
"3.1.4", "3.1.5", "3.1.6", "3.5.0", "4.0.0", "4.0.1", "4.1.0",
"4.1.1", "4.1.2", "4.5.0", "4.7.0"]
"4.1.1", "4.1.2", "4.5.0", "4.5.1", "4.7.0"]
COUCHBASE_FROM_VERSION_3 = ["3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.1.0", "3.1.1",
"3.1.2", "3.1.3", "3.1.4", "3.1.5", "3.1.6", "3.5.0",
"4.0.0", "4.0.1", "4.1.0", "4.1.1", "4.1.2", "4.5.0",
"4.7.0"]
"4.5.1", "4.7.0"]
COUCHBASE_RELEASE_FROM_VERSION_3 = ["3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.1.0",
"3.1.1", "3.1.2", "3.1.3", "3.1.5", "4.0.0",
"4.1.0", "4.1.1"]
COUCHBASE_FROM_VERSION_4 = ["4.0.0", "4.0.1", "4.1.0", "4.1.1", "4.1.2", "4.5.0",
"4.7.0"]
COUCHBASE_FROM_WATSON = ["4.5.0", "4.7.0"]
"4.5.1", "4.7.0"]
COUCHBASE_FROM_WATSON = ["4.5.0", "4.5.1", "4.7.0"]
COUCHBASE_RELEASE_VERSIONS_3 = ["3.0.1", "3.0.1-1444", "3.0.2", "3.0.2-1603", "3.0.3",
"3.0.3-1716", "3.1.0", "3.1.0-1797", "3.1.1", "3.1.1-1807",
"3.1.2", "3.1.2-1815", "3.1.3", "3.1.3-1823", "3.1.5"]
Expand All @@ -35,7 +35,7 @@
"3.1.3", "3.1.4", "3.1.5", "3.1.6"]
SHERLOCK_VERSION = ["4.0.0", "4.0.1", "4.0", "4.1.0", "4.1", "4.1.1", "4.1.2",
"4.5.0", "4.5"]
WATSON_VERSION = ["4.5.0"]
WATSON_VERSION = ["4.5.0", "4.5.1"]
CB_VERSION_NAME = {"4.0":"sherlock", "4.1":"sherlock", "4.5":"watson", "4.7":"spock"}
WIN_MEMBASE_DATA_PATH = '/cygdrive/c/Program\ Files/Membase/Server/var/lib/membase/data/'
WIN_COUCHBASE_DATA_PATH = '/cygdrive/c/Program\ Files/Couchbase/Server/var/lib/couchbase/data/'
Expand Down Expand Up @@ -80,6 +80,7 @@
"411":"8A2472CD-C408-66F4-B53F-6797FCBF7F4C",
"412":"37571560-C662-0F14-D59B-76867D360689",
"450":"A4BB2687-E63E-F424-F9F3-18D739053798",
"451":"B457D40B-E596-E1D4-417A-4DD6219B64B0",
"470":"5F8BB367-A796-1104-05DE-00BCD7A787A5"}
""" This "220":"CC4CF619-03B8-462A-8CCE-7CA1C22B337B" is for build 2.2.0-821 and earlier
The new build register ID for 2.2.0-837 id is set in create_windows_capture_file
Expand Down

0 comments on commit 784ceaf

Please sign in to comment.