Re: [PR] docs: Add Ubuntu 22.04 Jammy Jellyfish as supported OS [couchdb]

2023-10-16 Thread via GitHub
big-r81 merged PR #4805: URL: https://github.com/apache/couchdb/pull/4805 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
pgj commented on PR #4806: URL: https://github.com/apache/couchdb/pull/4806#issuecomment-1764424454 I tested this with and without Clouseau and I can confirm the results. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
willholley merged PR #4806: URL: https://github.com/apache/couchdb/pull/4806 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
willholley opened a new pull request, #4806: URL: https://github.com/apache/couchdb/pull/4806 ## Overview Previously, Mango tests which only apply to JSON indexes were being skipped if the clouseau (text index) service was enabled for the CouchDB instance being tested

Re: [PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
pgj commented on code in PR #4806: URL: https://github.com/apache/couchdb/pull/4806#discussion_r1360624716 ## src/mango/test/03-operator-test.py: ## @@ -14,191 +14,180 @@ import unittest -class OperatorTests: -def assertUserIds(self, user_ids, docs): -

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #889

2023-10-16 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/889/display/redirect

Re: [PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
willholley commented on code in PR #4806: URL: https://github.com/apache/couchdb/pull/4806#discussion_r1360643996 ## src/mango/test/03-operator-test.py: ## @@ -14,191 +14,180 @@ import unittest -class OperatorTests: -def assertUserIds(self, user_ids, docs): -

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #890

2023-10-16 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/890/display/redirect

Re: [PR] mango: do not skip json tests when clouseau installed [couchdb]

2023-10-16 Thread via GitHub
pgj commented on code in PR #4806: URL: https://github.com/apache/couchdb/pull/4806#discussion_r1360653227 ## src/mango/test/03-operator-test.py: ## @@ -14,191 +14,180 @@ import unittest -class OperatorTests: -def assertUserIds(self, user_ids, docs): -

Re: [PR] Fix a few couch_os_process metrics [couchdb]

2023-10-16 Thread via GitHub
nickva merged PR #4807: URL: https://github.com/apache/couchdb/pull/4807 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Fix flaky couch_stream test [couchdb]

2023-10-16 Thread via GitHub
nickva opened a new pull request, #4808: URL: https://github.com/apache/couchdb/pull/4808 On MacOS runner this test can be flaky. On slower workers StreamPid would usually be killed by the time we check is_process_alive/1, however on MacOS it has failed at least once with: ```

[PR] Fix a few couch_os_process metrics [couchdb]

2023-10-16 Thread via GitHub
nickva opened a new pull request, #4807: URL: https://github.com/apache/couchdb/pull/4807 Some were misnamed: * exists -> exits * process_prompt_errors is just errors * description of process_errors was incorrect Some were missing: * process_error_exits was not

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » main #891

2023-10-16 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/891/display/redirect

Re: [PR] Allow configuration of Pod Labels [couchdb-helm]

2023-10-16 Thread via GitHub
clayvan commented on PR #131: URL: https://github.com/apache/couchdb-helm/pull/131#issuecomment-1764951108 @willholley Not sure who typically reviews community PRs, but hoping to get this simple one reviewed. -- This is an automated message from the Apache Git Service. To respond to the

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #892

2023-10-16 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/892/display/redirect

[PR] Allow configuration of Pod Labels [couchdb-helm]

2023-10-16 Thread via GitHub
clayvan opened a new pull request, #131: URL: https://github.com/apache/couchdb-helm/pull/131 What this PR does / why we need it: This PR allows the configuration of additional Pod Labels. There are several use cases for this, one of which is injecting Istio sidecars

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » main #893

2023-10-16 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/893/display/redirect

[Jenkins] SUCCESS: CouchDB » Full Platform Builds » main #895

2023-10-16 Thread Apache Jenkins Server
Yay, we passed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/895/display/redirect

[Jenkins] FAILURE: CouchDB » Full Platform Builds » main #894

2023-10-16 Thread Apache Jenkins Server
Boo, we failed. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/894/display/redirect

[I] get_index call crashes couch_index_server instance [couchdb]

2023-10-16 Thread via GitHub
nickva opened a new issue, #4809: URL: https://github.com/apache/couchdb/issues/4809 This failure was noticed on MacOS CI worker: ``` couch_index_crash_tests:76: index_crash_test_ (t_index_process_dies)...*failed* in function gen_server:call/3 (gen_server.erl, line 247)

Re: [PR] Fix flaky couch_stream test [couchdb]

2023-10-16 Thread via GitHub
nickva merged PR #4808: URL: https://github.com/apache/couchdb/pull/4808 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] get_index call crashes couch_index_server instance [couchdb]

2023-10-16 Thread via GitHub
nickva commented on issue #4809: URL: https://github.com/apache/couchdb/issues/4809#issuecomment-1765685906 This seems to reproduce it: ``` diff --git a/src/couch_index/src/couch_index_server.erl b/src/couch_index/src/couch_index_server.erl index 35df43d2a..a40ea0e2a 100644

Re: [I] get_index call crashes couch_index_server instance [couchdb]

2023-10-16 Thread via GitHub
nickva commented on issue #4809: URL: https://github.com/apache/couchdb/issues/4809#issuecomment-1765686676 The solution seems to be not return too early from async_open, at least not until we updated ets tables. -- This is an automated message from the Apache Git Service. To respond to

[PR] docs: Add Ubuntu 22.04 Jammy Jellyfish as supported OS [couchdb]

2023-10-16 Thread via GitHub
sblaisot opened a new pull request, #4805: URL: https://github.com/apache/couchdb/pull/4805 ## Overview Add Ubuntu 22.04 Jammy Jellyfish as supported OS in documentation. Deb packages for couchdb are available for that distribution. -- This is an automated message from the