-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
540 lines (392 loc) · 18.3 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
testing 3.7.0
=============
Required stratisd version: 3.7.0
Required stratis-cli version: 3.7.0
Recommended release for development: Fedora 39
- Change StartPool invocation for new revision (reverted):
https://github.com/stratis-storage/testing/pull/263
- Verify intergrity meta-allocation is rounded (reverted):
https://github.com/stratis-storage/testing/pull/279
- Make RAID metadata tests more interesting (reverted):
https://github.com/stratis-storage/testing/pull/278
- Add tests for new filesystem get-metadata command:
https://github.com/stratis-storage/testing/issues/274
https://github.com/stratis-storage/testing/pull/276
https://github.com/stratis-storage/testing/pull/275
- Add tests for new pool get-metadata command:
https://github.com/stratis-storage/testing/issues/255
https://github.com/stratis-storage/testing/pull/256
- Change StratisDbus.pool_list so that it returns a tuple that includes UUID:
https://github.com/stratis-storage/testing/pull/282
https://github.com/stratis-storage/testing/pull/277
- Run a mount and also write filesystem test:
https://github.com/stratis-storage/testing/issues/213
https://github.com/stratis-storage/testing/pull/269
https://github.com/stratis-storage/testing/pull/265
- Add SysfsMonitor class and --verify-sysfs argument:
https://github.com/stratis-storage/testing/issues/229
https://github.com/stratis-storage/testing/pull/233
https://github.com/stratis-storage/testing/pull/232
https://github.com/stratis-storage/testing/pull/230
- Add tests for deleting an origin filesystem:
https://github.com/stratis-storage/testing/pull/234
- Update to use revision number 7:
https://github.com/stratis-storage/testing/pull/228
- Changes to dbus monitor test:
https://github.com/stratis-storage/testing/issues/247
https://github.com/stratis-storage/testing/issues/241
https://github.com/stratis-storage/testing/pull/271
https://github.com/stratis-storage/testing/pull/266
https://github.com/stratis-storage/testing/pull/251
https://github.com/stratis-storage/testing/pull/248
https://github.com/stratis-storage/testing/pull/246
https://github.com/stratis-storage/testing/pull/244
https://github.com/stratis-storage/testing/pull/243
https://github.com/stratis-storage/testing/pull/242
https://github.com/stratis-storage/testing/pull/240
https://github.com/stratis-storage/testing/pull/239
https://github.com/stratis-storage/testing/pull/237
https://github.com/stratis-storage/testing/pull/235
- Do not pass quotation marks around only-check value:
https://github.com/stratis-storage/testing/pull/268
- Require stratis-decode-dm only if running check:
https://github.com/stratis-storage/testing/pull/267
- Use fnmatch.filter where possible:
https://github.com/stratis-storage/testing/pull/264
- bug fix: calculate total size of metadata from extents:
https://github.com/stratis-storage/testing/pull/262
- stratisd_cert.py: setUp -> tearDown:
https://github.com/stratis-storage/testing/pull/270
https://github.com/stratis-storage/testing/pull/261
- Add post-test checks around pool-level metadata:
https://github.com/stratis-storage/testing/issues/252
https://github.com/stratis-storage/testing/pull/273 (reverted)
https://github.com/stratis-storage/testing/pull/259
https://github.com/stratis-storage/testing/pull/258
https://github.com/stratis-storage/testing/pull/257
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/254
https://github.com/stratis-storage/testing/pull/253
https://github.com/stratis-storage/testing/pull/238
https://github.com/stratis-storage/testing/pull/236
https://github.com/stratis-storage/testing/pull/231
testing 3.6.0
=============
Required stratisd version: 3.6.0
Required stratis-cli version: 3.6.0
Recommended release for development: Fedora 38
- Add tests for filesystem limits functionality:
https://github.com/stratis-storage/testing/issues/225
https://github.com/stratis-storage/testing/pull/226
https://github.com/stratis-storage/testing/pull/224
- Fix a few minor bugs in previously unused testing support code:
https://github.com/stratis-storage/testing/pull/211
https://github.com/stratis-storage/testing/pull/210
- Add logging about the test system to test_harness.py:
https://github.com/stratis-storage/testing/issues/216
https://github.com/stratis-storage/testing/pull/223
https://github.com/stratis-storage/testing/pull/222
https://github.com/stratis-storage/testing/pull/218
- Pass extra args as unittest args:
https://github.com/stratis-storage/testing/issues/217
https://github.com/stratis-storage/testing/pull/221
- Reduce size of filesystem created in one test:
https://github.com/stratis-storage/testing/pull/214
- Re-add reverted commits:
https://github.com/stratis-storage/testing/pull/209
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/219
https://github.com/stratis-storage/testing/pull/215
testing 3.5.3
=============
Required stratisd version: 3.5.8
Required stratis-cli version: 3.5.0
Recommended release for development: Fedora 38
- Add test for setting blockdev property UserInfo:
https://github.com/stratis-storage/testing/pull/185
- Make highest revision number an option for D-Bus monitor script:
https://github.com/stratis-storage/testing/pull/183
- In D-Bus monitor script, introspect to find value of EmitsChangedSignal:
https://github.com/stratis-storage/testing/pull/190
https://github.com/stratis-storage/testing/pull/189
- Add --monitor-dbus option to stratis-cli_cert.py:
https://github.com/stratis-storage/testing/pull/193
- Add more output in D-Bus monitor script on key lookup failure:
https://github.com/stratis-storage/testing/pull/194
- In D-Bus monitor script, get the initial GetManagedObjects result early:
https://github.com/stratis-storage/testing/pull/195
- In D-Bus monitor script, use set-operations to calculate differences:
https://github.com/stratis-storage/testing/pull/202
- In D-Bus monitor script, log while trying to get initial D-Bus connection:
https://github.com/stratis-storage/testing/pull/203
- In D-Bus monitor script, use a special value to indicate a missing interface:
https://github.com/stratis-storage/testing/pull/205
- Use mixin classes to share code for checks in tearDown and setUp:
https://github.com/stratis-storage/testing/pull/201
https://github.com/stratis-storage/testing/pull/200
https://github.com/stratis-storage/testing/pull/197
- Add setup.py and setup.cfg to the repo:
https://github.com/stratis-storage/testing/pull/187
- Re-add reverted commits:
https://github.com/stratis-storage/testing/pull/182
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/206
https://github.com/stratis-storage/testing/pull/204
testing 3.5.2
=============
Required stratisd version: 3.5.2
Required stratis-cli version: 3.5.0
Recommended release for development: Fedora 38
- Increase wait for D-Bus signals:
https://github.com/stratis-storage/testing/pull/173
https://github.com/stratis-storage/testing/pull/172
- Add optional check for udev symlinks:
https://github.com/stratis-storage/testing/pull/175
- Add more informative exception on KeyError for dbus-monitor tests:
https://github.com/stratis-storage/testing/pull/178
- Adapt test harness so that stratis_cert.py parameters are optional:
https://github.com/stratis-storage/testing/pull/177
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/179
https://github.com/stratis-storage/testing/pull/176
https://github.com/stratis-storage/testing/pull/174
testing 3.5.1
=============
Required stratisd version: 3.5.2
Required stratis-cli version: 3.5.0
Recommended release for development: Fedora 37
- Add some tests for stratis-dumpmetadata:
https://github.com/stratis-storage/testing/issues/165
https://github.com/stratis-storage/testing/pull/166
- Add a script called test_harness.py:
https://github.com/stratis-storage/testing/pull/167
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/168
testing 3.5.0
=============
Required stratisd version: 3.5.0
Required stratis-cli version: 3.5.0
Recommended release for development: Fedora 37
- Increase D-Bus revision number to 5:
https://github.com/stratis-storage/testing/pull/160
- Add/modify tests for creating pools with encrypted cache
https://github.com/stratis-storage/testing/pull/159
- Remove redundancy value from testlib/dbus.py create_pool()
https://github.com/stratis-storage/testing/pull/162
- Add test_debug_uevent:
https://github.com/stratis-storage/testing/pull/163
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/156
testing 3.4.0
=============
Required stratisd version: 3.4.0
Required stratis-cli version: 3.4.0
Recommended release for development: Fedora 36
- Increase D-Bus revision number to 4:
https://github.com/stratis-storage/testing/pull/153
- Test starting pools by name:
https://github.com/stratis-storage/testing/pull/150
- Check for stratisd process before making D-Bus method calls for cleanup:
https://github.com/stratis-storage/testing/issues/144
https://github.com/stratis-storage/testing/pull/154
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/155
testing 3.3.0
=============
Required stratisd version: 3.3.0
Required stratis-cli version: 3.3.0
Recommended release for development: Fedora 36
- Increase D-Bus revision number to 3:
https://github.com/stratis-storage/testing/pull/146
- Add tests for starting and stopping pools:
https://github.com/stratis-storage/testing/issues/148
https://github.com/stratis-storage/testing/pull/149
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/151
testing 3.2.0
=============
Required stratisd version: 3.2.0
Required stratis-cli version: 3.2.0
Recommended release for development: Fedora 36
- Reintroduce tests and revision bumps for Stratis 3.2.0:
https://github.com/stratis-storage/testing/pull/143
testing 3.1.2
=============
Required stratisd version: 3.1.0
Required stratis-cli version: 3.1.0
Recommended release for development: Fedora 36
- Add a test for creating a pool with no overprovisioning specified:
https://github.com/stratis-storage/testing/pull/128
- Add version tests for stratis-cli and stratisd:
https://github.com/stratis-storage/testing/issues/141
https://github.com/stratis-storage/testing/pull/142
- Add man page tests:
https://github.com/stratis-storage/testing/issues/116
https://github.com/stratis-storage/testing/pull/133
- Improve property setting test infrastructure:
https://github.com/stratis-storage/testing/issues/129
https://github.com/stratis-storage/testing/pull/131
- Improve test skipping infrastructure:
https://github.com/stratis-storage/testing/issues/134
https://github.com/stratis-storage/testing/pull/136
- Improve error reporting on stratisd start up:
https://github.com/stratis-storage/testing/issues/135
https://github.com/stratis-storage/testing/pull/138
- Remove an obsolete method invoked by clean up code:
https://github.com/stratis-storage/testing/pull/139
testing 3.1.1
=============
Required stratisd version: 3.1.0
Required stratis-cli version: 3.1.0
Recommended release for development: Fedora 36
- Dynamically select individual test cases based on number of devices:
https://github.com/stratis-storage/testing/issues/122
https://github.com/stratis-storage/testing/pull/124
https://github.com/stratis-storage/testing/pull/123
https://github.com/stratis-storage/testing/pull/121
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/120
https://github.com/stratis-storage/testing/pull/119
https://github.com/stratis-storage/testing/pull/118
testing 3.1.0
=============
Required stratisd version: 3.1.0
Required stratis-cli version: 3.1.0
Recommended release for development: Fedora 35
- Modify PredictUsageCertify test class:
https://github.com/stratis-storage/testing/pull/112
https://github.com/stratis-storage/testing/pull/101
- Modify tests for creating a too small filesystem to a larger size:
https://github.com/stratis-storage/testing/issues/107
https://github.com/stratis-storage/testing/pull/109
- Add some tests related to overprovisioning:
https://github.com/stratis-storage/testing/pull/115
- Add a test to verify error when FsLimit property is set low:
https://github.com/stratis-storage/testing/issues/102
https://github.com/stratis-storage/testing/pull/105
- Remove tests that use --redundancy option:
https://github.com/stratis-storage/testing/issues/110
- Improve testing to monitor the D-Bus during individual tests:
https://github.com/stratis-storage/testing/pull/100
https://github.com/stratis-storage/testing/pull/99
https://github.com/stratis-storage/testing/pull/98
https://github.com/stratis-storage/testing/pull/97
https://github.com/stratis-storage/testing/pull/96
https://github.com/stratis-storage/testing/pull/95
https://github.com/stratis-storage/testing/pull/92
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/113
https://github.com/stratis-storage/testing/pull/111
https://github.com/stratis-storage/testing/pull/91
testing 3.0.3
=============
Required stratisd version: 3.0.1
Required stratis-cli version: 3.0.0
Recommended release for development: Fedora 35
- New version 3.0.3:
https://github.com/stratis-storage/testing/pull/79
- Add test to verify that data devices can be added after cache is built:
https://github.com/stratis-storage/testing/issues/85
https://github.com/stratis-storage/testing/pull/87
- Add tests to check that invalid redundancy yields correct error:
https://github.com/stratis-storage/testing/issues/74
https://github.com/stratis-storage/testing/pull/77
https://github.com/stratis-storage/testing/pull/75
- Improve testing to monitor the D-Bus during individual tests:
https://github.com/stratis-storage/testing/pull/88
https://github.com/stratis-storage/testing/pull/83
https://github.com/stratis-storage/testing/pull/82
https://github.com/stratis-storage/testing/pull/81
https://github.com/stratis-storage/testing/pull/78
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/86
https://github.com/stratis-storage/testing/pull/73
testing 3.0.1
=============
Required stratisd version: 3.0.1
Required stratis-cli version: 3.0.0
Recommended release for development: Fedora 34
- Add test to verify Stratis keys can be listed without root permissions:
https://github.com/stratis-storage/testing/pull/65
- Initial setup for testing via monitoring the D-Bus:
https://github.com/stratis-storage/testing/pull/71
https://github.com/stratis-storage/testing/pull/69
- Increase version to 3.0.1:
https://github.com/stratis-storage/testing/pull/72
testing 3.0.0
=============
Required stratisd version: 3.0.0
Required stratis-cli version: 3.0.0
Recommended release for development: Fedora 34
- Require stratisd and stratis-cli 3.0:
https://github.com/stratis-storage/testing/pull/41
https://github.com/stratis-storage/testing/pull/40
- Test adding a device specified twice by two textually different paths:
https://github.com/stratis-storage/testing/issues/57
https://github.com/stratis-storage/testing/pull/55
- Test adding data devices after initializing cache:
https://github.com/stratis-storage/testing/pull/53
- Remove dependency on FetchProperties interface for key listing:
https://github.com/stratis-storage/testing/issues/58
https://github.com/stratis-storage/testing/pull/59
- Update CreateFilesystem to take additional size argument:
https://github.com/stratis-storage/testing/pull/42
- Update SetKey to no longer take interactive parameter:
https://github.com/stratis-storage/testing/pull/54
- Add tests for filesystem creation with specified size:
https://github.com/stratis-storage/testing/issues/43
https://github.com/stratis-storage/testing/pull/47
https://github.com/stratis-storage/testing/pull/46
- Fix some object path searches in StratisDbus methods:
https://github.com/stratis-storage/testing/issues/4
https://github.com/stratis-storage/testing/pull/63
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/52
https://github.com/stratis-storage/testing/pull/51
https://github.com/stratis-storage/testing/pull/50
https://github.com/stratis-storage/testing/pull/49
https://github.com/stratis-storage/testing/pull/48
https://github.com/stratis-storage/testing/pull/38
https://github.com/stratis-storage/testing/pull/37
https://github.com/stratis-storage/testing/pull/36
https://github.com/stratis-storage/testing/pull/34
https://github.com/stratis-storage/testing/pull/33
https://github.com/stratis-storage/testing/pull/28
https://github.com/stratis-storage/testing/pull/27
https://github.com/stratis-storage/testing/pull/26
testing 2.4.0
=============
Required stratisd version: 2.4.0
Required stratis-cli version: 2.4.0
Recommended Python interpreter: 3.8.6
Lowest supported Python interpreter: 3.6.8
Python linter: pylint (2.4.4)
Python auto-formatter: black (20.8b1)
Python import sorter: isort (4.3.21)
YAML linter: yamllint (1.26.0)
- Add tests for new engine state report command:
https://github.com/stratis-storage/stratis-cli/pull/703
https://github.com/stratis-storage/stratis-cli/pull/702
- Test stratis-predict-usage:
https://github.com/stratis-storage/testing/pull/21
- Add very basic testing for stratis-min executable:
https://github.com/stratis-storage/testing/pull/23
- Calculate filesystem devlinks directly, not from stratisd D-Bus property:
https://github.com/stratis-storage/testing/pull/7
- Adapt tests to r4 Manager interface:
https://github.com/stratis-storage/testing/pull/16
- Bump stratisd interface revision numbers:
https://github.com/stratis-storage/testing/pull/11
- Adapt test to accommodate bug fix in dbus crate:
https://github.com/stratis-storage/testing/pull/9
- Always settle before creating a pool:
https://github.com/stratis-storage/testing/pull/17
- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/22
https://github.com/stratis-storage/testing/pull/20
https://github.com/stratis-storage/testing/pull/18
https://github.com/stratis-storage/testing/pull/15
https://github.com/stratis-storage/testing/pull/10
https://github.com/stratis-storage/testing/pull/8
https://github.com/stratis-storage/testing/pull/3
https://github.com/stratis-storage/testing/pull/1