maidsafe-archive / MaidSafe

This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki.
Other
583 stars 101 forks source link

Running Rudp test BEH_API_RandomSizeSetup repeatedly fails #8

Closed Dan-Schmidt closed 11 years ago

Dan-Schmidt commented 11 years ago

Run ./TESTrudp --gtest_filter=*BEH_API_RandomSizeSetup --gtest_repeat=-1 --gtest_break_on_failure

This shows a number of problems, such as failure to bootstrap, failure to get validation data, failure to start new transports.

Fraser999 commented 11 years ago

How many iterations usually before failure? Also, is this in Debug only?

Dan-Schmidt commented 11 years ago

It varies. I've had as little as 7 iterations, and as many as 30. It happens on both Debug and Release.

Fraser999 commented 11 years ago

Seems to be a non-Windows issue. Tried here on Win64, got 653 iterations in Release without failure.

chandraprakash commented 11 years ago

Migrated to https://github.com/maidsafe/MaidSafe-RUDP/issues/3