More thorough testing mode #1215

Open
opened 2018-04-09 16:23:49 +02:00 by PeterSurda · 4 comments
PeterSurda commented 2018-04-09 16:23:49 +02:00 (Migrated from github.com)

Instead of just sleeping for 30 seconds before shutdown, the testing mode should:

  • create a new random address
  • send a message from that address to a testing address (TBD)
  • wait until the ACK arrives (UISignaller queue can be used for this)
  • show synchronisation progress and connection status every 10 seconds
  • wait until synchronisation finishes
  • change test mode description to explain it's for developers rather than end users
Instead of just sleeping for 30 seconds before shutdown, the testing mode should: - [x] create a new random address - [ ] send a message from that address to a testing address (TBD) - [ ] wait until the ACK arrives (UISignaller queue can be used for this) - [ ] show synchronisation progress and connection status every 10 seconds - [ ] wait until synchronisation finishes - [ ] change test mode description to explain it's for developers rather than end users
g1itch commented 2018-04-09 16:38:39 +02:00 (Migrated from github.com)

Agreed. As I wrote before, I'm in process of transforming that 30 sec timeout into 30 sec since last API command (after synchronization finish - with your elaboration). Basic testing I've planned to implement trough API commands (address creation, message sending). That's why I'm doing cleanup of the api module.

Agreed. As I wrote before, I'm in process of transforming that 30 sec timeout into 30 sec since last API command (after synchronization finish - with your elaboration). Basic testing I've planned to implement trough API commands (address creation, message sending). That's why I'm doing cleanup of the `api` module.
PeterSurda commented 2018-04-09 16:59:51 +02:00 (Migrated from github.com)

I think there should be a separate API test.

I think there should be a separate API test.
g1itch commented 2018-04-10 21:42:46 +02:00 (Migrated from github.com)

With API at least I understand how to implement such tests. You can check the first results in my branch test-mode. Otherwise the tests should apparently be asynchronous and will probably require sophisticated testing lib...

With API at least I understand how to implement such tests. You can check the first results in my branch [test-mode](/g1itch/PyBitmessage/commits/test-mode). Otherwise the tests should apparently be asynchronous and will probably require sophisticated testing lib...
PeterSurda commented 2018-04-10 22:24:33 +02:00 (Migrated from github.com)

You can run the tests in the main thread (which normally runs the GUI and in the daemon mode does nothing). As for getting feedback, you just do a non-blocking get on the relevant queues (e.g. the ui signaller queue and address generator return queue) with a small timeout. It shouldn't be very difficult.

You can run the tests in the main thread (which normally runs the GUI and in the daemon mode does nothing). As for getting feedback, you just do a non-blocking get on the relevant queues (e.g. the ui signaller queue and address generator return queue) with a small timeout. It shouldn't be very difficult.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#1215
No description provided.