#
8be914dd |
| 15-Apr-2018 |
harsha <harsha.hs.81@gmail.com> |
MB-27546 Separate out ipv4 and ipv6 tests It is observed that dcp fake server failed to start when the bind address is changed from ipv4 to ipv6 mode. This patch runs whole gamut of
MB-27546 Separate out ipv4 and ipv6 tests It is observed that dcp fake server failed to start when the bind address is changed from ipv4 to ipv6 mode. This patch runs whole gamut of unit tests in ipv4 followed by ipv6 mode. Mode is decided by environment variable ipv6, which is set to either true or false. Change-Id: I5f9c6a6176f47294f78bbc56e88f807a80fd96a4 Reviewed-on: http://review.couchbase.org/92759 Reviewed-by: Aman Kishore Achpal <aman.achpal@couchbase.com> Tested-by: Jeelan Basha Poola <jeelan.poola@couchbase.com>
show more ...
|
#
92255397 |
| 14-Dec-2017 |
harsha <harsha.hs.81@gmail.com> |
Enable complete unit test coverage for views along with dialyzer Enable output-on-error for ctest for couchdb unit test Change-Id: Ie45ef40ed0a01952e8655c8ab2d56e327c95994e Revi
Enable complete unit test coverage for views along with dialyzer Enable output-on-error for ctest for couchdb unit test Change-Id: Ie45ef40ed0a01952e8655c8ab2d56e327c95994e Reviewed-on: http://review.couchbase.org/86811 Reviewed-by: Aman Kishore Achpal <aman.achpal@couchbase.com> Tested-by: Harsha H S
show more ...
|
Revision tags: v4.6.0, v4.5.0 |
|
#
1fc9a81f |
| 09-Mar-2016 |
Volker Mische <vmx@couchbase.com> |
CBD-1453: Rebuild when header files change Whenever an Erlang header file changes, rebuild the corresponding Erlang files. This isn't an automated process, but you need to pass in th
CBD-1453: Rebuild when header files change Whenever an Erlang header file changes, rebuild the corresponding Erlang files. This isn't an automated process, but you need to pass in the header files a project should depend on manually. For simplicity sometimes more headers are use than strictly needed. We rather rebuild more than having a broken incremental build. Change-Id: Iae6d0a9043ed1b74f2c104d9b251f45715ac04fd Reviewed-on: http://review.couchbase.org/61152 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Abhishek Singh <abhishek@couchbase.com>
show more ...
|
#
5bbf5880 |
| 04-Mar-2015 |
Mike Wiederhold <mikewied06@gmail.com> |
Remove the futon code We no longer use futon to browse documents and can remove it. This should lower our installation overhead. Change-Id: Ia12971d4884a5177b21b07ef8712d5aa5e31
Remove the futon code We no longer use futon to browse documents and can remove it. This should lower our installation overhead. Change-Id: Ia12971d4884a5177b21b07ef8712d5aa5e31e802 Reviewed-on: http://review.couchbase.org/47720 Tested-by: Volker Mische <volker.mische@gmail.com> Reviewed-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
0bca9c80 |
| 18-Feb-2015 |
Volker Mische <vmx@couchbase.com> |
Use the discovered dialyzer Instead of expecting to have dialyzer in the search path, use the path that CMake discovered. Change-Id: Idd60ca05064216c603c135a059777c37b5b6c470
Use the discovered dialyzer Instead of expecting to have dialyzer in the search path, use the path that CMake discovered. Change-Id: Idd60ca05064216c603c135a059777c37b5b6c470 Reviewed-on: http://review.couchbase.org/47010 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
82a92570 |
| 02-Oct-2014 |
Volker Mische <vmx@couchbase.com> |
Check whether PLT file is outdated or not Erlang's dialyzer creates a PLT file for static analysis. Creating such a file takes a long time, hence it's preserved between builds on the
Check whether PLT file is outdated or not Erlang's dialyzer creates a PLT file for static analysis. Creating such a file takes a long time, hence it's preserved between builds on the build bots. It can happen that the PLT file is outdated and needs to be regenerated. This commits adds the automated regeneration. Change-Id: I1194c8db44a662821e8f55d435ee2e34d4c61707 Reviewed-on: http://review.couchbase.org/41814 Reviewed-by: Sarath Lakshman <sarath@couchbase.com> Tested-by: buildbot <build@couchbase.com> Reviewed-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
e0297e7a |
| 31-Jul-2014 |
harsha <hhs.couchbase@gmail.com> |
MB-11838 Rename upr to dcp in couchdb. Modify file names, modules and macros to reflect the change in naming convention from upr to dcp. Ensure macros are fully in upper case, Fix a
MB-11838 Rename upr to dcp in couchdb. Modify file names, modules and macros to reflect the change in naming convention from upr to dcp. Ensure macros are fully in upper case, Fix a few that were in comments and others that were a mix of upper and lower case. Updated .gitignore to reflect change in directory names. Change-Id: I9f464eef69f33c796686aae1b63352f764064b58 Reviewed-on: http://review.couchbase.org/40118 Reviewed-by: Volker Mische <volker.mische@gmail.com> Tested-by: buildbot <build@couchbase.com> Reviewed-by: Nimish Gupta <nimish@couchbase.com> Reviewed-by: Harsha H S <hhs.couchbase@gmail.com> Tested-by: Harsha H S <hhs.couchbase@gmail.com>
show more ...
|
#
3e01a9d3 |
| 13-May-2014 |
Chris Hillery <ceej@couchbase.com> |
MB-11027: Make CMAKE_ERL_LIB_INSTALL_PREFIX a cached variable so we can modify it as part of the build Change-Id: I5bc26c3413bd49d9a924d3a3f5dd64a01a9019a7 Reviewed-on: http://review.couchbas
MB-11027: Make CMAKE_ERL_LIB_INSTALL_PREFIX a cached variable so we can modify it as part of the build Change-Id: I5bc26c3413bd49d9a924d3a3f5dd64a01a9019a7 Reviewed-on: http://review.couchbase.org/37024 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Sriram Melkote <siri@couchbase.com> Tested-by: Chris Hillery <ceej@couchbase.com>
show more ...
|
#
6dc23a93 |
| 11-Apr-2014 |
Aliaksey Artamonau <aliaksiej.artamonau@gmail.com> |
Disable deprecated type warnings. OTP/Erlang 17 emits these kind of warnings which causes compilation to fail: Warning: type dict/0 is deprecated and will be removed in OTP 18.0
Disable deprecated type warnings. OTP/Erlang 17 emits these kind of warnings which causes compilation to fail: Warning: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/1 And it's not possible to simply start using new types because it breaks compilation on older versions. Change-Id: I19b9bb1a74f72615367ca0c53261434888f3ca37 Reviewed-on: http://review.couchbase.org/35585 Tested-by: Aliaksey Artamonau <aliaksiej.artamonau@gmail.com> Reviewed-by: Aliaksey Kandratsenka <alkondratenko@gmail.com> Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com> Tested-by: Filipe David Borba Manana <fdmanana@gmail.com>
show more ...
|
#
aa74b952 |
| 03-Apr-2014 |
Volker Mische <vmx@couchbase.com> |
Add couch_upr to dialyzer Change-Id: Icf33e57b982b4cfc6437eedb8e616e1b0ed3f0c7 Reviewed-on: http://review.couchbase.org/35241 Tested-by: buildbot <build@couchbase.com> Reviewed-b
Add couch_upr to dialyzer Change-Id: Icf33e57b982b4cfc6437eedb8e616e1b0ed3f0c7 Reviewed-on: http://review.couchbase.org/35241 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com>
show more ...
|
#
ffc45950 |
| 26-Mar-2014 |
Sarath Lakshman <sarathlakshman@slynux.com> |
Add a custom cmake test target, make check Added a target for running `make check` which will run tests with 4 tests in parallel at a time. Also added dialyzer as part of test target
Add a custom cmake test target, make check Added a target for running `make check` which will run tests with 4 tests in parallel at a time. Also added dialyzer as part of test target. Change-Id: Ib91b759799a5cde8d9274e85e7e345c5c4a58049 Reviewed-on: http://review.couchbase.org/34921 Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com> Tested-by: Filipe David Borba Manana <fdmanana@gmail.com>
show more ...
|
#
56a3d41c |
| 25-Mar-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Fix linking for Solaris Change-Id: Ifb128d5f3dd30638b566b08ffabee1cda56caf3e Reviewed-on: http://review.couchbase.org/34880 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tes
Fix linking for Solaris Change-Id: Ifb128d5f3dd30638b566b08ffabee1cda56caf3e Reviewed-on: http://review.couchbase.org/34880 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
#
c6a29006 |
| 17-Mar-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Build using CMake Change-Id: If0f29acdd08ff8b148a5362f3a6fb4d6a5be901c Reviewed-on: http://review.couchbase.org/32799 Reviewed-by: Chris Hillery <ceej@couchbase.com> Tested-by: T
Build using CMake Change-Id: If0f29acdd08ff8b148a5362f3a6fb4d6a5be901c Reviewed-on: http://review.couchbase.org/32799 Reviewed-by: Chris Hillery <ceej@couchbase.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|