[19.0][ADD] fs_storage_environment: make server_environment an optional dependency#579
[19.0][ADD] fs_storage_environment: make server_environment an optional dependency#579
Conversation
|
Hi @lmignon, |
4b6498d to
3fd1576
Compare
3fd1576 to
a101896
Compare
|
Hello @ivantodorovich |
|
@yankinmax I updated the script in the last commit. Can you check on your end, to see if the tests you were executing still pass? |
0089c56 to
64550e6
Compare
Hello @ivantodorovich
What I can't understand: why do we have such an error in the tests: I've never seen |
|
AFAICS there was no data loss (2). What do you mean? The protocol column is configured through environment And we don't care about the created columns (3). That's normal. Same thing happens for example with ir_mail_server and mail_environment. |
if we don't care about the columns being created in the |
|
Yeap, IMO it's better without these additions. I'd like to KISS cause we'll need to use the same/similar script in all other modules. |
64550e6 to
d492b51
Compare
d492b51 to
0e3be21
Compare
| "wizards/fs_test_connection.xml", | ||
| ], | ||
| "external_dependencies": {"python": ["fsspec>=2024.5.0"]}, | ||
| "external_dependencies": {"python": ["fsspec>=2024.5.0", "openupgradelib>=3.6.0"]}, |
There was a problem hiding this comment.
I had several times an issue with openupgradelib no available. I don't get why.
|
I can't get the idea why tests fail. |
|
Hmm, @yankinmax debug locally the |
Forward port of:
PR is aimed to remove
server_environmentdependency fromfs_storagein the scope of this issue: