nickva commented on issue #5901:
URL: https://github.com/apache/couchdb/issues/5901#issuecomment-3961244276

   The next one after there were 6 failures in a row in two os flavors: 
https://ci-couchdb.apache.org/job/jenkins-cm1/job/PullRequests/job/PR-5904/3/pipeline-console/?selected-node=391
 all in elixir tests:
   
   ```
   12:50:35           # 2
   12:50:35           "id"
   12:50:35  
   12:50:35           # 3
   12:50:35           nil
   12:50:35  
   12:50:35       Attempted function clauses (showing 6 out of 6):
   12:50:35  
   12:50:35           def get(-%module{} = container-, key, default)
   12:50:35           def get(map, key, default) when -is_map(map)-
   12:50:35           def get(list, key, default) when -is_list(list)- and 
-is_atom(key)-
   12:50:35           def get(list, key, _default) when -is_list(list)- and 
-is_integer(key)-
   12:50:35           def get(list, key, _default) when -is_list(list)-
   12:50:35           def get(-nil-, _key, default)
   12:50:35  
   12:50:35       stacktrace:
   12:50:35         (elixir 1.18.4) lib/access.ex:320: Access.get/3
   12:50:35         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:99: anonymous fn/1 in 
MangoDatabase.save_docs/3
   12:50:35         (elixir 1.18.4) lib/enum.ex:1714: 
Enum."-map/2-lists^map/1-1-"/2
   12:50:35         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:97: MangoDatabase.save_docs/3
   12:50:35         test/elixir/test/mango/12_use_correct_index_test.exs:54: 
ChooseCorrectIndexForDocs.__ex_unit_setup_1/1
   12:50:35         test/elixir/test/mango/12_use_correct_index_test.exs:13: 
ChooseCorrectIndexForDocs.__ex_unit__/2
   ```
   
   ```
   12:54:15    * test no matches [L#131]
   12:54:15    * test no matches (56.6ms) [L#131]
   12:54:15    * test no index [L#110]
   12:54:15    * test no index (56.4ms) [L#110]
   12:54:15  
   12:54:15  ChooseCorrectIndexForDocs 
[test/elixir/test/mango/12_use_correct_index_test.exs]
   12:54:15    * test choose index with rev [L#134]
   12:54:15    * test choose index with rev (40.9ms) [L#134]
   12:54:15    * test can query with range on secondary column [L#115]
   12:54:15    * test can query with range on secondary column (14.2ms) [L#115]
   12:54:15  
   12:54:15    2) test can query with range on secondary column 
(ChooseCorrectIndexForDocs)
   12:54:15       test/elixir/test/mango/12_use_correct_index_test.exs:115
   12:54:15       ** (FunctionClauseError) no function clause matching in 
Access.get/3
   12:54:15  
   12:54:15       The following arguments were given to Access.get/3:
   12:54:15  
   12:54:15           # 1
   12:54:15           {"error", "not_found"}
   12:54:15  
   12:54:15           # 2
   12:54:15           "id"
   12:54:15  
   12:54:15           # 3
   12:54:15           nil
   12:54:15  
   12:54:15       Attempted function clauses (showing 6 out of 6):
   12:54:15  
   12:54:15           def get(-%module{} = container-, key, default)
   12:54:15           def get(map, key, default) when -is_map(map)-
   12:54:15           def get(list, key, default) when -is_list(list)- and 
-is_atom(key)-
   12:54:15           def get(list, key, _default) when -is_list(list)- and 
-is_integer(key)-
   12:54:15           def get(list, key, _default) when -is_list(list)-
   12:54:15           def get(-nil-, _key, default)
   12:54:15  
   12:54:15       stacktrace:
   12:54:15         (elixir 1.18.4) lib/access.ex:320: Access.get/3
   12:54:15         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:99: anonymous fn/1 in 
MangoDatabase.save_docs/3
   12:54:15         (elixir 1.18.4) lib/enum.ex:1714: 
Enum."-map/2-lists^map/1-1-"/2
   12:54:15         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:97: MangoDatabase.save_docs/3
   12:54:15         test/elixir/test/mango/12_use_correct_index_test.exs:54: 
ChooseCorrectIndexForDocs.__ex_unit_setup_1/1
   12:54:15         test/elixir/test/mango/12_use_correct_index_test.exs:13: 
ChooseCorrectIndexForDocs.__ex_unit__/2
   ```
   
   ```
   2:57:47    3) test no matches (BeginsWithOperator)
   12:57:47       test/elixir/test/mango/25_beginswith_test.exs:131
   12:57:47       ** (FunctionClauseError) no function clause matching in 
Access.get/3
   12:57:47  
   12:57:47       The following arguments were given to Access.get/3:
   12:57:47  
   12:57:47           # 1
   12:57:47           {"error", "not_found"}
   12:57:47  
   12:57:47           # 2
   12:57:47           "id"
   12:57:47  
   12:57:47           # 3
   12:57:47           nil
   12:57:47  
   12:57:47       Attempted function clauses (showing 6 out of 6):
   12:57:47  
   12:57:47           def get(-%module{} = container-, key, default)
   12:57:47           def get(map, key, default) when -is_map(map)-
   12:57:47           def get(list, key, default) when -is_list(list)- and 
-is_atom(key)-
   12:57:47           def get(list, key, _default) when -is_list(list)- and 
-is_integer(key)-
   12:57:47           def get(list, key, _default) when -is_list(list)-
   12:57:47           def get(-nil-, _key, default)
   12:57:47  
   12:57:47       stacktrace:
   12:57:47         (elixir 1.18.4) lib/access.ex:320: Access.get/3
   12:57:47         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:99: anonymous fn/1 in 
MangoDatabase.save_docs/3
   12:57:47         (elixir 1.18.4) lib/enum.ex:1714: 
Enum."-map/2-lists^map/1-1-"/2
   12:57:47         (couchdbtest 0.1.0) 
test/elixir/test/support/mango_database.ex:97: MangoDatabase.save_docs/3
   12:57:47         test/elixir/test/mango/25_beginswith_test.exs:28: 
BeginsWithOperator.__ex_unit_setup_1/1
   12:57:47         test/elixir/test/mango/25_beginswith_test.exs:13: 
BeginsWithOperator.__ex_unit__/2
   12:57:47  
   12:57:47    * test basic [L#54]
   12:57:47    * test basic (69.1ms) [L#54]
   ```
   
   ```
   12:53:12    1) test warn on full db scan (ChooseCorrectIndexForDocs)
   12:53:12       test/elixir/test/mango/12_use_correct_index_test.exs:97
   12:53:12       ** (FunctionClauseError) no function clause matching in 
Access.get/3
   12:53:12  
   12:53:12       The following arguments were given to Access.get/3:
   12:53:12  
   12:53:12           # 1
   12:53:12           {"error", "not_found"}
   12:53:12  
   12:53:12           # 2
   12:53:12           "id"
   12:53:12  
   12:53:12           # 3
   12:53:12           nil
   12:53:12  
   12:53:12       Attempted function clauses (showing 6 out of 6):
   12:53:12  
   12:53:12           def get(-%module{} = container-, key, default)
   12:53:12           def get(map, key, default) when -is_map(map)-
   12:53:12           def get(list, key, default) when -is_list(list)- and 
-is_atom(key)-
   12:53:12           def get(list, key, _default) when -is_list(list)- and 
-is_integer(key)-
   12:53:12           def get(list, key, _default) when -is_list(list)-
   12:53:12           def get(-nil-, _key, default)
   12:53:12  
   12:53:12       stacktrace:
   ```
   
   and a few more


-- 
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]

Reply via email to