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

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

[GitHub] [couchdb] rnewson merged pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson merged PR #4346: URL: https://github.com/apache/couchdb/pull/4346 -- 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:

[GitHub] [couchdb] rnewson commented on pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson commented on PR #4346: URL: https://github.com/apache/couchdb/pull/4346#issuecomment-1371484238 the smoosh_persist one is because it uses a function only present in OTP 24 and I tested on OTP 23 which is the lowest OTP couchdb officially supports (and thus it needs fixing). --

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

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

[GitHub] [couchdb] rnewson commented on pull request #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson commented on PR #4346: URL: https://github.com/apache/couchdb/pull/4346#issuecomment-1371483584 current output on main ``` make find_bugs | grep Warn | grep -v hastin Warning: couch_config:delete/2 is undefined function (Xref) Warning: couch_config:get/2 is

[GitHub] [couchdb] rnewson opened a new pull request, #4346: add find_bugs makefile target for undefined functions

2023-01-04 Thread GitBox
rnewson opened a new pull request, #4346: URL: https://github.com/apache/couchdb/pull/4346 some false positives for hastings (part of geo feature not present in couchdb core) but the rest need fixin' -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] rnewson closed issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson closed issue #4315: Auto Shard Management URL: https://github.com/apache/couchdb/issues/4315 -- 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:

[GitHub] [couchdb] rnewson commented on issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson commented on issue #4315: URL: https://github.com/apache/couchdb/issues/4315#issuecomment-1371470067 Thank you for the ticket. We're aware that couchdb could improve its sharding system, and particularly we see value in higher level tools to allow resharding in place, and so on.

[GitHub] [couchdb] rnewson commented on issue #4315: Auto Shard Management

2023-01-04 Thread GitBox
rnewson commented on issue #4315: URL: https://github.com/apache/couchdb/issues/4315#issuecomment-1371463209 Are you planning to work on this? -- 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

[GitHub] [couchdb] jaydoane merged pull request #4345: Add test coverage for replicator user_ctx parser

2023-01-04 Thread GitBox
jaydoane merged PR #4345: URL: https://github.com/apache/couchdb/pull/4345 -- 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:

[GitHub] [couchdb] big-r81 commented on pull request #4342: Set Spidermonkey 91 as default

2023-01-04 Thread GitBox
big-r81 commented on PR #4342: URL: https://github.com/apache/couchdb/pull/4342#issuecomment-1371360376 Okay, setting only the default sm version to 91 and reverted the remove of 1.8.5. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
jaydoane commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061797024 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

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

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

[GitHub] [couchdb] jaydoane opened a new pull request, #4345: Add test coverage for replicator user_ctx parser

2023-01-04 Thread GitBox
jaydoane opened a new pull request, #4345: URL: https://github.com/apache/couchdb/pull/4345 See: https://github.com/apache/couchdb/pull/4343 ## Overview This adds a test to cover the case when a replication doc contains a user_ctx, and subsequently executes

[GitHub] [couchdb] rnewson merged pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson merged PR #4343: URL: https://github.com/apache/couchdb/pull/4343 -- 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:

[GitHub] [couchdb] rnewson closed issue #4344: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson closed issue #4344: Replicator {error, undef} after update to 3.3.0 URL: https://github.com/apache/couchdb/issues/4344 -- 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.

[GitHub] [couchdb] rnewson commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061706584 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
jaydoane commented on code in PR #4343: URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061704641 ## src/couch_replicator/src/couch_replicator_parse.erl: ## @@ -490,7 +490,7 @@ get_json_value(Key, Obj) -> couch_replicator_utils:get_json_value(Key, Obj).

[GitHub] [couchdb] burotica49 opened a new issue, #4344: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #4344: URL: https://github.com/apache/couchdb/issues/4344 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error, undef}

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371187341 fixed by https://github.com/apache/couchdb/pull/4343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb] rnewson opened a new pull request, #4343: fix undef when parsing replication doc body

2023-01-04 Thread GitBox
rnewson opened a new pull request, #4343: URL: https://github.com/apache/couchdb/pull/4343 Closes https://github.com/apache/couchdb-fauxton/issues/1382 -- 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

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371186668 Not a fauxton issue. -- 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

[GitHub] [couchdb-fauxton] glynnbird commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
glynnbird commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371180369 I attempted to reproduce and creating a document using Fauxton in the `_replicator` database, with a valid `source` and `target` worked just fine. But using form (e.g.

[GitHub] [couchdb] janl commented on pull request #4342: Remove Spidermonkey 1.8.5

2023-01-04 Thread GitBox
janl commented on PR #4342: URL: https://github.com/apache/couchdb/pull/4342#issuecomment-1371172172 let’s not remove support just yet. +1 for moving the default foward tho -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [couchdb-fauxton] rnewson commented on issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381#issuecomment-1371141001 can you please grep your couch.log for 'undef' and report the full line with stacktrace if you find it? -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb-fauxton] rnewson commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
rnewson commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371140930 can you please grep your couch.log for 'undef' and report the full line with stacktrace if you find it? -- This is an automated message from the Apache Git Service. To

[GitHub] [couchdb-fauxton] big-r81 commented on issue #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382#issuecomment-1371114168 Moved the issue to the Fauxton repo. -- 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

[GitHub] [couchdb-fauxton] big-r81 commented on issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381#issuecomment-1371113392 Superseeded by #1382. -- 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

[GitHub] [couchdb-fauxton] big-r81 closed issue #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 closed issue #1381: Replicator {error, undef} after update to 3.3.0 URL: https://github.com/apache/couchdb-fauxton/issues/1381 -- 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

[GitHub] [couchdb-fauxton] burotica49 opened a new issue, #1382: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #1382: URL: https://github.com/apache/couchdb-fauxton/issues/1382 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error,

[GitHub] [couchdb] jcheger commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
jcheger commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1371004493 N.B. I did start on CouchDB few hours ago - I'm a total newbie Using Fauxton 3.3.0, here is how to reproduce the error (local sync): - create a brand new "test1" database

[GitHub] [couchdb] burotica49 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370980250 If I create the replication not curl, it spins If I try to create it with Fauxton in the replication part, I get the error message {error, undef} If I modify the document

[GitHub] [couchdb] big-r81 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370954158 Thanks to both of you. To narrow down the problem: 1. If you create the same replication via `curl` or Postman, the replication works? 2. If you create a replication

[GitHub] [couchdb] burotica49 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370941041 By creating the rule by API with Postman it works with this format: ``` { "_id": "my_rep", "source": "http://myserver.com/foo;, "target": {

[GitHub] [couchdb] jcheger commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
jcheger commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370934523 Same issue for me. No problem on 3.2.2, stuck on 3.3.0. Using Fauxton, creating a replication (any kind) fails with error message "{error, undef}". On the browser, the

[GitHub] [couchdb] big-r81 opened a new pull request, #4342: Remove Spidermonkey 1.8.5

2023-01-04 Thread GitBox
big-r81 opened a new pull request, #4342: URL: https://github.com/apache/couchdb/pull/4342 Removes the old Spidermonkey 1.8.5 source code. Spidermonkey 91 is set as the new default version. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [couchdb] big-r81 commented on issue #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
big-r81 commented on issue #4341: URL: https://github.com/apache/couchdb/issues/4341#issuecomment-1370797477 Please provide some logs! -- 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

[GitHub] [couchdb] burotica49 opened a new issue, #4341: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #4341: URL: https://github.com/apache/couchdb/issues/4341 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them with Fauxton, I get an {error, undef}

[GitHub] [couchdb-fauxton] burotica49 opened a new issue, #1381: Replicator {error, undef} after update to 3.3.0

2023-01-04 Thread GitBox
burotica49 opened a new issue, #1381: URL: https://github.com/apache/couchdb-fauxton/issues/1381 Hello, I updated my two couchDB servers from v3.2.2 to v3.3.0. After the update, the replications no longer work When I want to modify or redo them, I get an {error, undef} message