Re: [GNUnet-developers] testsuite fail: trapnsport blacklisting

2018-05-20 Thread Devan Carpenter
Nils Gillmann transcribed 4.2K bytes:
> Christian Grothoff transcribed 6.3K bytes:
> > Oh. That's likely a side-effect of me regenerating the contrib/ keys to
> > avoid the crypto-bug which changed the public keys that test depended on
> > :-(.  However, as the crypto-bug workaround doesn't work 100% anyway,
> > I've reverted it for now.
> 
> Thanks! Now it would be good if we came up with something to skip individual 
> tests
> for a while.

+1

Having a way to skip certain tests would be very helpful for automation, as 
well.


signature.asc
Description: PGP signature
___
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers


Re: [GNUnet-developers] testsuite fail: trapnsport blacklisting

2018-05-20 Thread Nils Gillmann
Christian Grothoff transcribed 6.3K bytes:
> Oh. That's likely a side-effect of me regenerating the contrib/ keys to
> avoid the crypto-bug which changed the public keys that test depended on
> :-(.  However, as the crypto-bug workaround doesn't work 100% anyway,
> I've reverted it for now.

Thanks! Now it would be good if we came up with something to skip individual 
tests
for a while.

With regards to python tests: As much as I liked the idea of moving to one of 
the
modern test framework in python, I don't want any unnecessary dependencies. If 
we
were able to do it with plain python before, that's good.

> On 05/19/2018 08:26 PM, Nils Gillmann wrote:
> > For a couple of days now my Guix based test environment has these tests 
> > failing in src/transport
> > without any special configuration:
> > 
> > 
> > FAIL: test_transport_blacklisting_outbound_bl_full
> > ==
> > 
> > May 19 18:07:55-348708 test-transport-api-blacklisting-26560 ERROR 
> > Configuration `test_transport_blacklisting_cfg_blp_peer1_full.conf' does 
> > not have blacklisting section for peer 
> > `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> > `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> > May 19 18:07:55-350187 test-transport-api-blacklisting-26560 ERROR Failed 
> > to start peers
> > FAIL test_transport_blacklisting_outbound_bl_full (exit status: 1)
> > 
> > FAIL: test_transport_blacklisting_outbound_bl_plugin
> > 
> > 
> > May 19 18:07:55-398972 test-transport-api-blacklisting-26581 ERROR 
> > Configuration `test_transport_blacklisting_cfg_blp_peer1_plugin.conf' does 
> > not have blacklisting section for peer 
> > `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> > `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> > May 19 18:07:55-400411 test-transport-api-blacklisting-26581 ERROR Failed 
> > to start peers
> > FAIL test_transport_blacklisting_outbound_bl_plugin (exit status: 1)
> > 
> > FAIL: test_transport_blacklisting_inbound_bl_plugin
> > ===
> > 
> > May 19 18:07:55-444798 test-transport-api-blacklisting-26602 ERROR 
> > Configuration `test_transport_blacklisting_cfg_blp_peer2_plugin.conf' does 
> > not have blacklisting section for peer 
> > `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
> > `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
> > May 19 18:07:55-445886 test-transport-api-blacklisting-26602 ERROR Failed 
> > to start peers
> > FAIL test_transport_blacklisting_inbound_bl_plugin (exit status: 1)
> > 
> > FAIL: test_transport_blacklisting_inbound_bl_full
> > =
> > 
> > May 19 18:07:55-491528 test-transport-api-blacklisting-26623 ERROR 
> > Configuration `test_transport_blacklisting_cfg_blp_peer2_full.conf' does 
> > not have blacklisting section for peer 
> > `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
> > `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
> > May 19 18:07:55-492977 test-transport-api-blacklisting-26623 ERROR Failed 
> > to start peers
> > FAIL test_transport_blacklisting_inbound_bl_full (exit status: 1)
> > 
> > FAIL: test_transport_blacklisting_multiple_plugins
> > ==
> > 
> > May 19 18:07:55-540724 test-transport-api-blacklisting-26644 ERROR 
> > Configuration 
> > `test_transport_blacklisting_cfg_blp_peer1_multiple_plugins.conf' does not 
> > have blacklisting section for peer 
> > `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> > `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> > May 19 18:07:55-542780 test-transport-api-blacklisting-26644 ERROR Failed 
> > to start peers
> > FAIL test_transport_blacklisting_multiple_plugins (exit status: 1)
> > 
> > ___
> > GNUnet-developers mailing list
> > GNUnet-developers@gnu.org
> > https://lists.gnu.org/mailman/listinfo/gnunet-developers
> > 
> 




> ___
> GNUnet-developers mailing list
> GNUnet-developers@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnunet-developers


___
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers


Re: [GNUnet-developers] testsuite fail: trapnsport blacklisting

2018-05-19 Thread Christian Grothoff
Oh. That's likely a side-effect of me regenerating the contrib/ keys to
avoid the crypto-bug which changed the public keys that test depended on
:-(.  However, as the crypto-bug workaround doesn't work 100% anyway,
I've reverted it for now.

On 05/19/2018 08:26 PM, Nils Gillmann wrote:
> For a couple of days now my Guix based test environment has these tests 
> failing in src/transport
> without any special configuration:
> 
> 
> FAIL: test_transport_blacklisting_outbound_bl_full
> ==
> 
> May 19 18:07:55-348708 test-transport-api-blacklisting-26560 ERROR 
> Configuration `test_transport_blacklisting_cfg_blp_peer1_full.conf' does not 
> have blacklisting section for peer 
> `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> May 19 18:07:55-350187 test-transport-api-blacklisting-26560 ERROR Failed to 
> start peers
> FAIL test_transport_blacklisting_outbound_bl_full (exit status: 1)
> 
> FAIL: test_transport_blacklisting_outbound_bl_plugin
> 
> 
> May 19 18:07:55-398972 test-transport-api-blacklisting-26581 ERROR 
> Configuration `test_transport_blacklisting_cfg_blp_peer1_plugin.conf' does 
> not have blacklisting section for peer 
> `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> May 19 18:07:55-400411 test-transport-api-blacklisting-26581 ERROR Failed to 
> start peers
> FAIL test_transport_blacklisting_outbound_bl_plugin (exit status: 1)
> 
> FAIL: test_transport_blacklisting_inbound_bl_plugin
> ===
> 
> May 19 18:07:55-444798 test-transport-api-blacklisting-26602 ERROR 
> Configuration `test_transport_blacklisting_cfg_blp_peer2_plugin.conf' does 
> not have blacklisting section for peer 
> `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
> `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
> May 19 18:07:55-445886 test-transport-api-blacklisting-26602 ERROR Failed to 
> start peers
> FAIL test_transport_blacklisting_inbound_bl_plugin (exit status: 1)
> 
> FAIL: test_transport_blacklisting_inbound_bl_full
> =
> 
> May 19 18:07:55-491528 test-transport-api-blacklisting-26623 ERROR 
> Configuration `test_transport_blacklisting_cfg_blp_peer2_full.conf' does not 
> have blacklisting section for peer 
> `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
> `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
> May 19 18:07:55-492977 test-transport-api-blacklisting-26623 ERROR Failed to 
> start peers
> FAIL test_transport_blacklisting_inbound_bl_full (exit status: 1)
> 
> FAIL: test_transport_blacklisting_multiple_plugins
> ==
> 
> May 19 18:07:55-540724 test-transport-api-blacklisting-26644 ERROR 
> Configuration 
> `test_transport_blacklisting_cfg_blp_peer1_multiple_plugins.conf' does not 
> have blacklisting section for peer 
> `GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
> `200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
> May 19 18:07:55-542780 test-transport-api-blacklisting-26644 ERROR Failed to 
> start peers
> FAIL test_transport_blacklisting_multiple_plugins (exit status: 1)
> 
> ___
> GNUnet-developers mailing list
> GNUnet-developers@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnunet-developers
> 



signature.asc
Description: OpenPGP digital signature
___
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers


[GNUnet-developers] testsuite fail: trapnsport blacklisting

2018-05-19 Thread Nils Gillmann
For a couple of days now my Guix based test environment has these tests failing 
in src/transport
without any special configuration:


FAIL: test_transport_blacklisting_outbound_bl_full
==

May 19 18:07:55-348708 test-transport-api-blacklisting-26560 ERROR 
Configuration `test_transport_blacklisting_cfg_blp_peer1_full.conf' does not 
have blacklisting section for peer 
`GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
`200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
May 19 18:07:55-350187 test-transport-api-blacklisting-26560 ERROR Failed to 
start peers
FAIL test_transport_blacklisting_outbound_bl_full (exit status: 1)

FAIL: test_transport_blacklisting_outbound_bl_plugin


May 19 18:07:55-398972 test-transport-api-blacklisting-26581 ERROR 
Configuration `test_transport_blacklisting_cfg_blp_peer1_plugin.conf' does not 
have blacklisting section for peer 
`GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
`200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
May 19 18:07:55-400411 test-transport-api-blacklisting-26581 ERROR Failed to 
start peers
FAIL test_transport_blacklisting_outbound_bl_plugin (exit status: 1)

FAIL: test_transport_blacklisting_inbound_bl_plugin
===

May 19 18:07:55-444798 test-transport-api-blacklisting-26602 ERROR 
Configuration `test_transport_blacklisting_cfg_blp_peer2_plugin.conf' does not 
have blacklisting section for peer 
`200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
`GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
May 19 18:07:55-445886 test-transport-api-blacklisting-26602 ERROR Failed to 
start peers
FAIL test_transport_blacklisting_inbound_bl_plugin (exit status: 1)

FAIL: test_transport_blacklisting_inbound_bl_full
=

May 19 18:07:55-491528 test-transport-api-blacklisting-26623 ERROR 
Configuration `test_transport_blacklisting_cfg_blp_peer2_full.conf' does not 
have blacklisting section for peer 
`200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0' blacklisting 
`GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G'
May 19 18:07:55-492977 test-transport-api-blacklisting-26623 ERROR Failed to 
start peers
FAIL test_transport_blacklisting_inbound_bl_full (exit status: 1)

FAIL: test_transport_blacklisting_multiple_plugins
==

May 19 18:07:55-540724 test-transport-api-blacklisting-26644 ERROR 
Configuration `test_transport_blacklisting_cfg_blp_peer1_multiple_plugins.conf' 
does not have blacklisting section for peer 
`GRW81A1WTVB0MHTFYV6V0M7QB5NEXMFB7TCK8H396BP930VW735G' blacklisting 
`200282PC19PCCK30C449VRYD6WZPPFGQ95CG9ZCZKC9EWN2P95X0'
May 19 18:07:55-542780 test-transport-api-blacklisting-26644 ERROR Failed to 
start peers
FAIL test_transport_blacklisting_multiple_plugins (exit status: 1)

___
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers