Document pending work

This commit is contained in:
Darshit Shah 2013-09-06 01:03:44 +05:30
parent e13bc90211
commit 4c9e6b4f71
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-09-06 Darshit Shah <darnir@gmail.com>
* README: New section on pending work. Will keep updating this to keep
track of work that remains to be done on this implementation
2013-09-05 Darshit Shah <darnir@gmail.com>
* Test-auth-with-content-disposition.py: Add test that ensures Content

View File

@ -213,6 +213,21 @@ One can use the following command on Unix systems to check for TEST_NAME
clashes:
$ grep -r -h "TEST_NAME =" | cut -c13- | uniq -c -d
Work Remaining:
================================================================================
Some amount of work still remains to be done.
* Shift to a Thread-based model
* Errors in server-side checks need to be handled more explicitly
* Support parallel-wget branch
* This can easily be done by using the multiprocess.mixin functionality
A sample of the required code exists in the earliest commits of the
test environment code in my GitHub account.
* However, a smarter handling of the same with Threads should be found
* SSL Tests. Use xyne's HTTPS server implemention
* Complete support for FTP Tests
* IRI Support. This shouldn't require much effort
Requirements:
================================================================================