nickva commented on PR #5126:
URL: https://github.com/apache/couchdb/pull/5126#issuecomment-2221771999
To test:
```
make eunit apps=couch suites=couch_hyper
======================== EUnit ========================
module 'couch_hyper'
couch_hyper: basics_test...[0.006 s] ok
couch_hyper: valid_precisions_test...[0.009 s] ok
couch_hyper: on_disk_format_test...[0.001 s] ok
couch_hyper: large_cardinaty_test...[0.178 s] ok
couch_hyper: same_value_repeated_update_optimization_buffer_test...ok
couch_hyper: buffered_under_threshold_union_test...[0.001 s] ok
couch_hyper: buffered_over_threshold_union_test...[0.001 s] ok
couch_hyper: buffered_over_threshold_with_duplicates_union_test...[0.001
s] ok
couch_hyper: mixed_under_threshold_union_test...[0.001 s] ok
couch_hyper: mixed_over_the_threshold_union_test...[0.002 s] ok
couch_hyper: dense_under_threshold_union_test...[0.002 s] ok
couch_hyper: dense_over_threshold_union_test...[0.003 s] ok
couch_hyper: merge_test...ok
couch_hyper: max_registers_test...ok
couch_hyper: run_of_zeroes_test...ok
couch_hyper: dense_index_test...ok
[done in 0.253 s]
=======================================================
All 16 tests passed.
Code Coverage:
couch_hyper : 100%
Total : 100%
```
Integration tests are covering the built-in reducers in:
```
make elixir tests=test/elixir/test/reduce_builtin_test.exs
ReduceBuiltinTest [test/elixir/test/reduce_builtin_test.exs]
* test Builtin reduce functions with trailings (1502.3ms) [L#126]
* test Builtin count and sum reduce for key as array (498.6ms) [L#178]
* test Builtin reduce functions (123.9ms) [L#39]
```
--
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]