Git Product home page Git Product logo

Comments (7)

lovesh avatar lovesh commented on August 17, 2024

Try RUST_TEST_THREADS=1 cargo test. Sometimes multiple threads running the test cause problems.

from indy-sdk.

vimmerru avatar vimmerru commented on August 17, 2024

Documentation says about RUST_TEST_THREADS=1. So i believe we can close this issue.

from indy-sdk.

nobody4t avatar nobody4t commented on August 17, 2024

Yes, this set reduce some errors, but not all of them. But I think more investigations will be needed.

from indy-sdk.

lovesh avatar lovesh commented on August 17, 2024

@WandyLau Which tests have errors? Can you please paste a stacktrace?

from indy-sdk.

nobody4t avatar nobody4t commented on August 17, 2024

The OS is s390.

This error comes from: cargo test in libindy/

failures:

---- services::pool::tests::catchup_handler_start_catchup_works stdout ----
thread 'services::pool::tests::catchup_handler_start_catchup_works' panicked at 'called Result::unwrap() on a

---- services::pool::tests::pool_service::pool_service_close_works stdout ----
thread 'services::pool::tests::pool_service::pool_service_close_works' panicked at 'assertion failed: (left == left: 1, right: 2`', src/services/pool/mod.rs:737:13

---- services::pool::tests::pool_service::pool_service_refresh_works stdout ----
thread 'services::pool::tests::pool_service::pool_service_refresh_works' panicked at 'assertion failed: (left left: 1, right: 2`', src/services/pool/mod.rs:759:13

---- services::pool::tests::pool_worker_connect_to_known_nodes_works stdout ----
thread 'services::pool::tests::pool_worker_connect_to_known_nodes_works' panicked at 'called Result::unwrap()

---- services::pool::tests::remote_node_connect_works_and_can_ping_pong stdout ----
thread 'services::pool::tests::remote_node_connect_works_and_can_ping_pong' panicked at 'join: Any', /checkout/

from indy-sdk.

lovesh avatar lovesh commented on August 17, 2024

@WandyLau Can you please paste the stacktrace, so use the flag RUST_BACKTRACE=full RUST_TEST_THREADS=1 cargo test

from indy-sdk.

vimmerru avatar vimmerru commented on August 17, 2024
  • We never saw this issues for a few month
  • We don't support s390 for current moment
  • We don't have answer from requested for few month

I suggest to close this for now. @WandyLau I suggest to re-check on the latest stable or master and if problem is still here re-open with logs from

RUST_LOG=trace RUST_BACKTRACE=full RUST_TEST_THREADS=1 cargo test

from indy-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.