You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This time, the transaction will be published successfully, but the teamraum is created ones again
Unfortunately I can't reproduce it anymore on my local machine. But you can enforce the issue with this adjustments on the ZPublisher/Publisher.py. Use the diff and run the test test_create_linked_workspace.
The PR #6254 introduced the creation of linked workspaces.
The tests will sometimes fail due to a slient
ConflictError
. Means, the error will be catched and the request will be performed again. I created a hotfix for this: https://github.com/4teamwork/opengever.core/pull/6254/files#diff-bef4e20bde1bc9f2466eeca643603098R12We should dig more to find out why this really happens.
Current state of debugging
test_create_linked_workspace
ofopengever.api.tests.test_linked_workspaces.py
without thefix_publisher_test_bug
WorkpsaceClient
will set up the session with a new JWT and will then perform a POST request to create a new workspaceThis will fail due to a
ConflictError
.Unfortunately I can't reproduce it anymore on my local machine. But you can enforce the issue with this adjustments on the
ZPublisher/Publisher.py
. Use the diff and run the testtest_create_linked_workspace
.The text was updated successfully, but these errors were encountered: