Matthias Bisping
23876501dc
refactoring: de-hardcorded operation by refactoring queue message metadata fixture
2022-06-22 12:00:42 +02:00
Matthias Bisping
af88e2d7d4
file pattern matching WIP: using of different operations to select file pattern config section -- semi-hardcoded multi input file operation. next: refactor fixtures in order to de-hardcode
2022-06-22 11:18:55 +02:00
Matthias Bisping
45f04590cc
removed obsolete code
2022-06-15 10:25:58 +02:00
Julius Unverfehrt
bb7e631f91
introduce flag to distinguish between server side tests and complete integration tests
2022-06-14 11:56:47 +02:00
Matthias Bisping
a69f613fe6
completed multi download to single response logic. but broke pipeline test again, maybe?
2022-06-14 11:08:03 +02:00
Matthias Bisping
14ab23b2cc
fixed bug in operation wrapper returning a tuple instead of an singleton-iterable with a tuple in one of the return-cases.
2022-06-13 15:36:17 +02:00
Matthias Bisping
40bc8c2c2c
debugging of queue problem, when queue is not consumed by skipping a test configuration WIP
2022-06-13 09:49:10 +02:00
Matthias Bisping
9962651d88
download strategy WIP: added 1 -> n upload logic
2022-06-10 14:06:19 +02:00
Matthias Bisping
7e46a66698
fixed bug in stream_pages: return -> yield
2022-06-09 14:58:42 +02:00
Matthias Bisping
eb81e96400
added extraction test case (with page index) to serving test
2022-06-03 13:13:45 +02:00
Matthias Bisping
c944cdb1a7
refactoring: splitting source data from encoded data in data fixture
2022-05-23 13:53:50 +02:00
Matthias Bisping
6cb13051eb
fixed following bugs:
...
- upper() did yield instead of return
- metdadata was not repeated when zipping with results generator
- since test metadata was empty dict, target data was therefore empty always, since results were zipped with {}
- hence added check for target lengths > 0
- fixed return value of queued stream function dispatcher; only returned first item of 1 -> n results
2022-05-17 21:48:16 +02:00
Matthias Bisping
9c262e7138
non-rest pipeline works again
2022-05-17 10:27:32 +02:00
Matthias Bisping
89f562aa71
refactoring: move
2022-05-16 14:58:19 +02:00
Matthias Bisping
5d2b71d647
target data fixture and test for flat stream buffer on different data
2022-05-16 13:21:31 +02:00
Matthias Bisping
7adbdefb4e
refactoring: skipping invalid parameter combinations
2022-05-16 12:18:04 +02:00
Matthias Bisping
948575d199
renaming
2022-05-16 11:43:48 +02:00
Matthias Bisping
5b30a32fff
added client pipeline without webserver backend
2022-05-09 00:43:21 +02:00
Matthias Bisping
dca3eaaa54
fixed buffering and result streaming: all items are yielded individually and computed on demand now
2022-05-06 12:14:09 +02:00
Matthias Bisping
1b04c46853
removed code related to eager endpoint
2022-05-05 17:25:42 +02:00
Matthias Bisping
68c24c863f
removed eager endpoint (/process)
2022-05-05 17:21:47 +02:00
Matthias Bisping
bd5fe82e06
refactoring: rename
2022-05-05 15:47:25 +02:00
Matthias Bisping
b62652957a
refactoring: pipeline
2022-05-05 15:15:05 +02:00
Matthias Bisping
531ff8d3e0
refactoring; fixed sender
2022-05-04 16:57:08 +02:00
Matthias Bisping
a301876ab9
refactoring: metadata argument as iterable instead of dict
2022-05-04 14:55:04 +02:00
Matthias Bisping
cf0a877569
refactoring
2022-05-04 10:37:46 +02:00
Matthias Bisping
c315247625
parametrized number of pages for pdf fixture
2022-05-03 15:47:11 +02:00
Matthias Bisping
29fb0dda30
improved 1 -> n test and explanation
2022-05-03 15:43:30 +02:00
Matthias Bisping
8575567890
refactoring
2022-05-03 14:25:01 +02:00
Matthias Bisping
77f23a2185
data nesting harmonized for 1 -> 1 and 1 -> n; pdf page extraction (1 -> n) working for non-batched usage
2022-04-29 17:22:54 +02:00
Matthias Bisping
3172a00aaa
refactoring
2022-04-29 17:08:34 +02:00
Matthias Bisping
c9f26000d7
test parametrization for number of input items and buffer size
2022-04-27 18:38:43 +02:00
Matthias Bisping
67c4bac4b7
sync
2022-04-27 17:45:48 +02:00
Matthias Bisping
ab5839a126
refactoring; extended partial posting by image payload data
2022-04-27 16:29:52 +02:00
Matthias Bisping
fa4e5e5e0e
refactoring; made test dynamic relative to import
2022-04-27 14:15:52 +02:00
Matthias Bisping
7419612c21
partial request by manual receiver buffering V1
2022-04-26 19:54:37 +02:00
Julius Unverfehrt
656bc7cd63
explore partial responses
2022-04-26 16:34:58 +02:00
Matthias Bisping
5a948ef7ad
partial response test WIP
2022-04-26 16:15:54 +02:00
Matthias Bisping
b7882d4452
refactoring: introduced sub-conftest files
2022-04-26 13:13:26 +02:00