Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toxcore tests fail #1589

Open
ovalseven8 opened this issue Jun 20, 2016 · 2 comments
Open

Toxcore tests fail #1589

ovalseven8 opened this issue Jun 20, 2016 · 2 comments

Comments

@ovalseven8
Copy link

Apparently, there are some problems with the toxcore tests because some of them have failed. I didn't have a Tox client running in the background.
Here the report:

Run toxcore tests:

git clone https://github.com/irungentoo/toxcore
cd toxcore
autoreconf -i
./configure
make check

Result:

PASS: encryptsave_test
PASS: messenger_autotest
PASS: crypto_test
PASS: network_test
PASS: assoc_test
FAIL: onion_test
PASS: TCP_test
FAIL: tox_test
FAIL: dht_autotest
PASS: toxav_basic_test
PASS: toxav_many_test
============================================================================
Testsuite summary for tox 0.0.0
============================================================================
# TOTAL: 11
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0

Further information:

=====================================
   tox 0.0.0: build/test-suite.log
=====================================

# TOTAL: 11
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: onion_test
================

Running suite(s): Onion
50%: Checks: 2, Failures: 0, Errors: 1
../auto_tests/onion_test.c:372:E:announce:test_announce:0: (after this point) Test timeout expired
FAIL onion_test (exit status: 1)

FAIL: tox_test
==============

Running suite(s): Tox
Toxes are online, took 9 seconds
tox clients connected took 2 seconds
tox clients messaging succeeded
3427
Toxes are online again after reloading, took 7 seconds
tox clients connected took 3 seconds
Starting file transfer test.
100MB file sent in 26 seconds
Starting file streaming transfer test.
Starting file 0 transfer test.
test_few_clients succeeded, took 36 seconds
33%: Checks: 6, Failures: 0, Errors: 4
../auto_tests/tox_test.c:872:E:many_clients:test_many_clients:0: (after this point) Test timeout expired
../auto_tests/tox_test.c:966:E:many_clients_tcp:test_many_clients_tcp:0: (after this point) Test timeout expired
../auto_tests/tox_test.c:1062:E:many_clients_tcp_b:test_many_clients_tcp_b:0: (after this point) Test timeout expired
../auto_tests/tox_test.c:1169:E:many_group:test_many_group:0: (after this point) Test timeout expired
FAIL tox_test (exit status: 4)

FAIL: dht_autotest
==================

Running suite(s): DHT
50%: Checks: 2, Failures: 0, Errors: 1
../auto_tests/dht_test.c:595:E:DHT_test:test_DHT_test:0: (after this point) Test timeout expired
FAIL dht_autotest (exit status: 1)
@GrayHatter
Copy link
Collaborator

@irungentoo he's already made sure there was no other Tox client running on his system.

@Himura2la
Copy link

I experienced the similar issue

=====================================
   tox 0.0.0: build/test-suite.log
=====================================

# TOTAL: 9
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tox_test
==============

Running suite(s): Tox
Toxes are online, took 8 seconds
tox clients connected took 2 seconds
tox clients messaging succeeded
3427
Toxes are online again after reloading, took 8 seconds
tox clients connected took 2 seconds
Starting file transfer test.
100MB file sent in 16 seconds
Starting file streaming transfer test.
Starting file 0 transfer test.
test_few_clients succeeded, took 28 seconds
friends connected, took 24 seconds
group connected
test_many_group succeeded, took 79 seconds
50%: Checks: 6, Failures: 0, Errors: 3
../auto_tests/tox_test.c:872:E:many_clients:test_many_clients:0: (after this point) Test timeout expired
../auto_tests/tox_test.c:966:E:many_clients_tcp:test_many_clients_tcp:0: (after this point) Test timeout expired
../auto_tests/tox_test.c:1062:E:many_clients_tcp_b:test_many_clients_tcp_b:0: (after this point) Test timeout expired

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants