jiangphcn commented on issue #2449: arm64 auth cache tests failing URL: https://github.com/apache/couchdb/issues/2449#issuecomment-581418890 hi @wohali Due to Chinese Spring festival and spread of nCoV, I just got the box to be able to access to internet today. After installing `docker` and pulling image `couchdbdev/ppc64le-debian-buster-erlang-20.3.8.24-1`, I am able to perform ppc64le-related test in this box. ``` jenkins@86d57457b2e4:~/couchdb$ uname -a Linux 86d57457b2e4 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 2018 ppc64le GNU/Linux ``` So far, soak test looks to be fine when keeping running `while true; do make javascript; done`. This lasts about 3+ hours. ``` test/javascript/tests/all_docs.js ported to elixir test/javascript/tests/attachment_names.js ported to elixir test/javascript/tests/attachment_paths.js ported to elixir test/javascript/tests/attachment_ranges.js ported to elixir test/javascript/tests/attachment_views.js ported to elixir test/javascript/tests/attachments.js ported to elixir test/javascript/tests/attachments_multipart.js ported to elixir test/javascript/tests/auth_cache.js ported to elixir test/javascript/tests/basics.js ported to elixir test/javascript/tests/batch_save.js ported to elixir test/javascript/tests/bulk_docs.js ported to elixir test/javascript/tests/changes.js pass test/javascript/tests/coffee.js ported to elixir test/javascript/tests/compact.js ported to elixir test/javascript/tests/config.js ported to elixir test/javascript/tests/conflicts.js ported to elixir test/javascript/tests/cookie_auth.js ported to elixir test/javascript/tests/copy_doc.js ported to elixir test/javascript/tests/design_docs.js pass test/javascript/tests/design_docs_query.js pass test/javascript/tests/design_options.js pass test/javascript/tests/design_paths.js pass test/javascript/tests/erlang_views.js pass test/javascript/tests/etags_head.js ported to elixir test/javascript/tests/etags_views.js skipped test/javascript/tests/form_submit.js pass test/javascript/tests/http.js pass test/javascript/tests/invalid_docids.js ported to elixir test/javascript/tests/jsonp.js pass test/javascript/tests/large_docs.js ported to elixir test/javascript/tests/list_views.js pass test/javascript/tests/lots_of_docs.js ported to elixir test/javascript/tests/method_override.js pass test/javascript/tests/multiple_rows.js ported to elixir test/javascript/tests/proxyauth.js pass test/javascript/tests/purge.js pass test/javascript/tests/reader_acl.js pass test/javascript/tests/recreate_doc.js pass test/javascript/tests/reduce.js ported to elixir test/javascript/tests/reduce_builtin.js pass test/javascript/tests/reduce_false.js pass test/javascript/tests/reduce_false_temp.js pass test/javascript/tests/replicator_db_bad_rep_id.js pass test/javascript/tests/replicator_db_by_doc_id.js pass test/javascript/tests/replicator_db_compact_rep_db.js skipped test/javascript/tests/replicator_db_continuous.js skipped test/javascript/tests/replicator_db_credential_delegation.js skipped test/javascript/tests/replicator_db_field_validation.js skipped test/javascript/tests/replicator_db_filtered.js skipped test/javascript/tests/replicator_db_identical.js skipped test/javascript/tests/replicator_db_identical_continuous.js skipped test/javascript/tests/replicator_db_invalid_filter.js skipped test/javascript/tests/replicator_db_security.js skipped test/javascript/tests/replicator_db_simple.js skipped test/javascript/tests/replicator_db_successive.js skipped test/javascript/tests/replicator_db_survives.js skipped test/javascript/tests/replicator_db_swap_rep_db.js skipped test/javascript/tests/replicator_db_update_security.js skipped test/javascript/tests/replicator_db_user_ctx.js skipped test/javascript/tests/replicator_db_write_auth.js skipped test/javascript/tests/rev_stemming.js pass test/javascript/tests/rewrite.js pass test/javascript/tests/rewrite_js.js pass test/javascript/tests/security_validation.js pass test/javascript/tests/show_documents.js pass test/javascript/tests/stats.js skipped test/javascript/tests/update_documents.js pass test/javascript/tests/users_db.js ported to elixir test/javascript/tests/users_db_security.js pass test/javascript/tests/utf8.js ported to elixir test/javascript/tests/uuids.js ported to elixir test/javascript/tests/view_collation.js ported to elixir test/javascript/tests/view_collation_raw.js pass test/javascript/tests/view_compaction.js pass test/javascript/tests/view_conflicts.js pass test/javascript/tests/view_errors.js pass test/javascript/tests/view_include_docs.js pass test/javascript/tests/view_multi_key_all_docs.js pass test/javascript/tests/view_multi_key_design.js pass test/javascript/tests/view_multi_key_temp.js pass test/javascript/tests/view_offsets.js pass test/javascript/tests/view_pagination.js pass test/javascript/tests/view_sandboxing.js pass test/javascript/tests/view_update_seq.js pass ======================================================= JavaScript tests complete. Failed: 0. Skipped or passed: 84. ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
