Volker Birk
|
509565b612
|
adding documentation to README
|
6 years ago |
Volker Birk
|
3bca71ea94
|
do things more gracefully
|
6 years ago |
Volker Birk
|
2b1f440528
|
present as device group
|
6 years ago |
Volker Birk
|
8099863fd9
|
reading messages
|
6 years ago |
Volker Birk
|
4dc682c81b
|
recv_all() completed
|
6 years ago |
Volker Birk
|
0b9488c2af
|
lock inside read, ignore unreadable files
|
6 years ago |
Volker Birk
|
82010937c9
|
...
|
6 years ago |
Volker Birk
|
880ef88519
|
vice versa
|
6 years ago |
Volker Birk
|
53ae834511
|
some minimail implementation
|
6 years ago |
Volker Birk
|
7d587df460
|
inbox concept in minimail
|
6 years ago |
Volker Birk
|
0b19dea708
|
test will run on Windoze, too
|
6 years ago |
Volker Birk
|
3d05fe1069
|
using Python process API
|
6 years ago |
Volker Birk
|
b6e437cc68
|
command line option
|
6 years ago |
Volker Birk
|
0886e55df6
|
adding minimail
|
6 years ago |
Volker Birk
|
5a2f387735
|
minimail write
|
6 years ago |
Volker Birk
|
ad1193d1b8
|
copyleft adapted
|
6 years ago |
Volker Birk
|
bbdfe26f26
|
adding inbox
|
6 years ago |
Volker Birk
|
a46651f5c2
|
Alice and Bob get initial keys
|
6 years ago |
Volker Birk
|
c2be0b03d3
|
test runner working
|
6 years ago |
Volker Birk
|
0b230ad6c7
|
working on sync tests
|
6 years ago |
Volker Birk
|
dbe158a3a4
|
...
|
6 years ago |
Volker Birk
|
6271f47563
|
...
|
7 years ago |
Volker Birk
|
1180e22738
|
small sync test
|
7 years ago |
Volker Birk
|
eddf7b7a49
|
correct swap of user_id and username
|
7 years ago |
Volker Birk
|
1018ab0013
|
removing failing cleanup code
|
7 years ago |
Volker Birk
|
82030c72e3
|
doc and test
|
7 years ago |
Volker Birk
|
21bd48145b
|
throw away tests, new ones are needed
|
7 years ago |
Edouard Tisserant
|
add3ac8ac1
|
Don't assume full trustwords, added boolean parameter to trustwords so that user decides
|
8 years ago |
Edouard Tisserant
|
74a2acb137
|
added test for message to self rating, before and after sync
|
8 years ago |
Edouard Tisserant
|
29735d3c93
|
better msg recipienzts printing in multipEp.py
|
8 years ago |
Edouard Tisserant
|
5bb0bcd4ff
|
Updated docs in tests
|
8 years ago |
Edouard Tisserant
|
c16b88d914
|
Sync test : added test command line parameter to specify library search path for each instance, in order to test sync in between netpgp and gpg
|
8 years ago |
Edouard Tisserant
|
9518ea78d1
|
ENGINE-187 reworked timeout impl and added remaining time return when timeout interrupted by message
|
8 years ago |
Edouard Tisserant
|
0700cfae0b
|
Sync test : added test to ensure losing key propagates in group
|
8 years ago |
Edouard Tisserant
|
0fe529ccc2
|
ENGINE-188 : reflect fixes in engine, continued
|
8 years ago |
Edouard Tisserant
|
91ade224dc
|
ENGINE-188 : reflect fixes in engine and optimized some tests to avoid useless re-decrypting
|
8 years ago |
Edouard Tisserant
|
4c3da0373b
|
Fixed MP syn test python runtime error, with python 3.5 refusing to iterate over mutating dictionary keys
|
8 years ago |
Edouard Tisserant
|
8e61c20e82
|
Reworked Multi Process Sync tests auto-handshake to reflect the fact that now handshake dialog shows on all devices in the group, and disapear when one of them is answered. As a side effect, added a multiprocess namespace for test config parameters. Test still breaks in keygen_in_a_group_of_3_members.
|
8 years ago |
Edouard Tisserant
|
96de8e4d5a
|
Sync Tests : change expected cycle counts, observing new behaviors change caused by pepengine 10e4e77e2278.
|
8 years ago |
Edouard Tisserant
|
486e978025
|
Reflect latest changes in Engine's GroupMerge branch
|
8 years ago |
Edouard Tisserant
|
79a5a4dc59
|
Update sync test to reflect recent changes in Engine (1575:ae0c4b0953a5) - maybe should I just remove those expect(n)...
|
9 years ago |
Edouard Tisserant
|
acb5102f5f
|
Update test to reflect pEpEngine fcb7bade5c5f : 'KeySync: Send GroupUpdate immediately after receiving GroupKeys when joining a group. This is intended to spread key that did lose the election to the group, without waiting for CannotDecrypt'
|
9 years ago |
Edouard Tisserant
|
f2b96b2cf8
|
More details about manager side function being executed in multiprocess tests
|
9 years ago |
Edouard Tisserant
|
400491f90c
|
Updated profiling result to match latest pEpEnginge changes. Removed big intermediate measurment file
|
9 years ago |
Edouard Tisserant
|
677b5cfc03
|
Some non-significant fix in trace analysis script used in profiling.
|
9 years ago |
Edouard Tisserant
|
5c7eb7c296
|
added heavy gpg keyring load test case, a dtrace script to trace pEpEngine and gpgme while encrypting, and a python script to analyse trace
|
9 years ago |
Edouard Tisserant
|
8a59e46a0a
|
uses new sync app notification enum names in mp_sync_test
|
9 years ago |
Edouard Tisserant
|
6713399047
|
ENGINE-133 wrapped new notifyHandshake call and enum, added corresponding code to keep tests passing, still didn't add code testing occurence of additional callbacks in timeout or success cases
|
9 years ago |
Edouard Tisserant
|
5686a7c58f
|
ENGINE-133 timeout in retrieve_next_sync_msg - tested
|
9 years ago |
Edouard Tisserant
|
0dd376189d
|
Some cleanup in test/multipEp.py
|
9 years ago |