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
If we're lucky, those operations are similar in Rust, Python and Go and we can just add those apps to the existing tests for Go (and rename the tests), but more likely, we would have to create new tests for the new apps.
The text was updated successfully, but these errors were encountered:
Remove the multi-value test argument from
test_file_ops
:mirrord/tests/src/file_ops.rs
Line 20 in 8c089ac
Use only the Rust app in E2E.
For Rust and Python: Create separate apps for
read
,write
,lseek
, andfaccessat
, like the go apps:mirrord/mirrord/layer/tests/common/mod.rs
Lines 581 to 592 in 8c089ac
(
RustRead
,PythonRead
,RustWrite
, etc.)If we're lucky, those operations are similar in Rust, Python and Go and we can just add those apps to the existing tests for Go (and rename the tests), but more likely, we would have to create new tests for the new apps.
The text was updated successfully, but these errors were encountered: