mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
NeoFS binaries should be installed in venv #141
Labels
No labels
I1
I2
I3
I4
S0
S1
S1
S2
S3
S4
U0
U0
U1
U2
U3
U4
blocked
bug
dependencies
discussion
documentation
enhancement
enhancement
enhancement
epic
feature
good first issue
help wanted
performance
question
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-testcases#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realloc on GitHub (Nov 2, 2022).
Testcases require some NeoFS and Neo binaries available. It would be nice to install them inside virtualenv instead of using /usr/local/bin, as stated in README.
Maybe we could also pin a particular versions and automate the environment construction as it's done in neofs-dev-env, for example.
@cthulhu-rider commented on GitHub (Jul 3, 2024):
i'd like to push this issue
currently, test runs use both downloaded
neofs-cliand the one from the$PATH. I discovered this in a very unexpected way, and it can be easily reproduced: buildneofs-cliwhich insta crashes (panics) and place it into the$PATH. Some checks go well:while almost all tests fail with:
imo this is absolutely incorrect and unexpected behavior. Single instance of each app must be used. Since binaries are downloaded anyway, i expect tests to operate with them and leave
$PATHresidents alone