Default object_post_as_copy to False
Additionally, emit deprecation warnings when running POST-as-COPY Change-Id: I11324e711057f7332577fd38f9bff82bdc6aac90
This commit is contained in:
committed by
Thiago da Silva
parent
b90f2d7a23
commit
4ee20dba48
7
tox.ini
7
tox.ini
@@ -62,7 +62,12 @@ commands = ./.functests {posargs}
|
||||
[testenv:func-fast-post]
|
||||
commands = ./.functests {posargs}
|
||||
setenv = SWIFT_TEST_IN_PROCESS=1
|
||||
SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=False
|
||||
SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=True
|
||||
|
||||
[testenv:func-post-as-copy]
|
||||
commands = ./.functests {posargs}
|
||||
setenv = SWIFT_TEST_IN_PROCESS=1
|
||||
SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=True
|
||||
|
||||
[testenv:func-encryption]
|
||||
commands = ./.functests {posargs}
|
||||
|
||||
Reference in New Issue
Block a user