Test address generator #1895

Closed
g1itch wants to merge 1 commits from addressgenerator into v0.6
g1itch commented 2021-12-06 20:38:14 +01:00 (Migrated from github.com)

Hello!

I failed to start a test case for singleWorker and decided to begin with something easier. This test succeeds on py27, but for python3 I should probably mix this with an excerpt of my network branch.

Hello! I failed to start a test case for `singleWorker` and decided to begin with something easier. This test succeeds on py27, but for python3 I should probably mix this with an excerpt of my `network` branch.
PeterSurda (Migrated from github.com) approved these changes 2021-12-13 06:19:59 +01:00
PeterSurda (Migrated from github.com) left a comment

I like it, an interesting workaround for the problems with the current design.

I like it, an interesting workaround for the problems with the current design.
g1itch commented 2021-12-15 21:08:03 +01:00 (Migrated from github.com)

I like it, an interesting workaround for the problems with the current design.

It is mostly the network-unbundling. Only the last commit is from this PR.

> I like it, an interesting workaround for the problems with the current design. It is mostly the [network-unbundling](https://github.com/g1itch/PyBitmessage/tree/network-unbundling). Only the last commit is from this PR.
g1itch commented 2021-12-18 19:43:39 +01:00 (Migrated from github.com)

BTW, I cannot reproduce the buildbot/travis_bionic_python_2.7 failure locally. I have no clue why it happens.

BTW, I cannot reproduce the [buildbot/travis_bionic_python_2.7 failure](https://buildbot.bitmessage.org/#/builders/25/builds/3512/steps/8/logs/stdio) locally. I have no clue why it happens.
PeterSurda commented 2021-12-19 02:03:32 +01:00 (Migrated from github.com)

BTW, I cannot reproduce the buildbot/travis_bionic_python_2.7 failure locally. I have no clue why it happens.

Yea that looks weird. I think it happens because you're importing pathmagic and that screws up from pybitmessage.randomtrackingdict import RandomTrackingDict.

> BTW, I cannot reproduce the [buildbot/travis_bionic_python_2.7 failure](https://buildbot.bitmessage.org/#/builders/25/builds/3512/steps/8/logs/stdio) locally. I have no clue why it happens. Yea that looks weird. I think it happens because you're importing `pathmagic` and that screws up `from pybitmessage.randomtrackingdict import RandomTrackingDict`.
This repo is archived. You cannot comment on pull requests.
No description provided.