nickva commented on issue #5901: URL: https://github.com/apache/couchdb/issues/5901#issuecomment-3960746374
Another instance of 3 failures in a row: https://ci-couchdb.apache.org/job/jenkins-cm1/job/PullRequests/job/PR-5904/2/pipeline-console/?selected-node=391 ``` 11:37:34 "id" 11:37:34 11:37:34 # 3 11:37:34 nil 11:37:34 11:37:34 Attempted function clauses (showing 6 out of 6): 11:37:34 11:37:34 def get(-%module{} = container-, key, default) 11:37:34 def get(map, key, default) when -is_map(map)- 11:37:34 def get(list, key, default) when -is_list(list)- and -is_atom(key)- 11:37:34 def get(list, key, _default) when -is_list(list)- and -is_integer(key)- 11:37:34 def get(list, key, _default) when -is_list(list)- 11:37:34 def get(-nil-, _key, default) 11:37:34 11:37:34 stacktrace: 11:37:34 (elixir 1.18.4) lib/access.ex:320: Access.get/3 11:37:34 (couchdbtest 0.1.0) test/elixir/test/support/mango_database.ex:99: anonymous fn/1 in MangoDatabase.save_docs/3 11:37:34 (elixir 1.18.4) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2 11:37:34 (couchdbtest 0.1.0) test/elixir/test/support/mango_database.ex:97: MangoDatabase.save_docs/3 11:37:34 (couchdbtest 0.1.0) test/elixir/test/support/user_docs.ex:355: UserDocs.setup/4 11:37:34 test/elixir/test/mango/02_basic_find_test.exs:13: BasicFindTest.__ex_unit__/2 11:37:34 11:37:34 * test bad skip [L#48] 11:37:34 * test bad skip (148.4ms) [L#48] ``` ``` 11:38:25 "id" 11:38:25 11:38:25 # 3 11:38:25 nil 11:38:25 11:38:25 Attempted function clauses (showing 6 out of 6): 11:38:25 11:38:25 def get(-%module{} = container-, key, default) 11:38:25 def get(map, key, default) when -is_map(map)- 11:38:25 def get(list, key, default) when -is_list(list)- and -is_atom(key)- 11:38:25 def get(list, key, _default) when -is_list(list)- and -is_integer(key)- 11:38:25 def get(list, key, _default) when -is_list(list)- 11:38:25 def get(-nil-, _key, default) 11:38:25 11:38:25 stacktrace: 11:38:25 (elixir 1.18.4) lib/access.ex:320: Access.get/3 11:38:25 (couchdbtest 0.1.0) test/elixir/test/support/mango_database.ex:99: anonymous fn/1 in MangoDatabase.save_docs/3 11:38:25 (elixir 1.18.4) lib/enum.ex:1714: Enum."-map/2-lists^map/1-1-"/2 11:38:25 (couchdbtest 0.1.0) test/elixir/test/support/mango_database.ex:97: MangoDatabase.save_docs/3 11:38:25 test/elixir/test/mango/25_beginswith_test.exs:28: BeginsWithOperator.__ex_unit_setup_1/1 11:38:25 test/elixir/test/mango/25_beginswith_test.exs:13: BeginsWithOperator.__ex_unit__/2 11:38:25 11:38:25 * test compound key [L#66] 11:38:25 * test compound key (58.7ms) [L#66] 11:38:25 ``` ``` 11:42:31 BeginsWithOperator [test/elixir/test/mango/25_beginswith_test.exs] 11:42:31 * test invalid operand [L#120] 11:42:31 * test invalid operand (46.1ms) [L#120] 11:42:31 * test no matches [L#131] 11:42:31 * test no matches (15.3ms) [L#131] 11:42:31 11:42:31 2) test no matches (BeginsWithOperator) 11:42:31 test/elixir/test/mango/25_beginswith_test.exs:131 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
