Comment 0 for bug 1531698

Revision history for this message
Janie Richling (jrichli) wrote :

I have seen several bugs involving the combinations of some advanced swift features that end up in decisions about how exactly the combinations should act. It has been mentioned that the behavior should be more clearly specified for swift users. The presence of the bugs also implies that there may not be enough tests asserting the expected behavior.

Some of the advanced features that, in combination, result in debatable results are the following:
server side copy
multi-ranges
fast-post vs. post-as-copy
large objects

Behavior under all http verbs should be addressed in documentation and in tests for the possible combinations of these features, and perhaps more.