nickva opened a new issue, #4397:
URL: https://github.com/apache/couchdb/issues/4397
Our new fast macos test runner is exposing flaky tests like this one:
```
[2023-01-20T18:18:51.457Z] UsersDbTest [test/elixir/test/users_db_test.exs]
[2023-01-20T18:18:56.172Z] * test users password requirements [L#302]
* test users password requirements (4030.5ms) [L#302]
[2023-01-20T18:19:00.882Z] * test users db [L#104]
* test users db (5019.7ms) [L#104]
[2023-01-20T18:19:00.882Z]
[2023-01-20T18:19:00.882Z] 1) test users db (UsersDbTest)
[2023-01-20T18:19:00.882Z] test/elixir/test/users_db_test.exs:104
[2023-01-20T18:19:00.882Z] Assertion with != failed, both sides are
exactly equal
[2023-01-20T18:19:00.882Z] code: assert
ddoc.body["validate_doc_update"] != nil
[2023-01-20T18:19:00.882Z] left: nil
[2023-01-20T18:19:00.882Z] stacktrace:
[2023-01-20T18:19:00.882Z] test/elixir/test/users_db_test.exs:108:
(test)
```
```
[2023-01-20T17:21:00.291Z] UsersDbTest [test/elixir/test/users_db_test.exs]
[2023-01-20T17:21:02.305Z] * test users password requirements [L#302]
* test users password requirements (2306.8ms) [L#302]
[2023-01-20T17:21:08.126Z] * test users db [L#104]
* test users db (5042.8ms) [L#104]
[2023-01-20T17:21:08.126Z]
[2023-01-20T17:21:08.126Z] 1) test users db (UsersDbTest)
[2023-01-20T17:21:08.126Z] test/elixir/test/users_db_test.exs:104
[2023-01-20T17:21:08.126Z] Assertion with != failed, both sides are
exactly equal
[2023-01-20T17:21:08.126Z] code: assert
ddoc.body["validate_doc_update"] != nil
[2023-01-20T17:21:08.126Z] left: nil
[2023-01-20T17:21:08.126Z] stacktrace:
[2023-01-20T17:21:08.126Z] test/elixir/test/users_db_test.exs:108:
(test)
[2023-01-20T17:21:08.126Z]
```
--
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]