We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Rust executor is getting an error when trying to execute sendOneLine, and it does so for every batch of 10,000 tests that it sends.
sendOneLine
Ex:
Testing ../executors/rust/target/release/executor / coll_shift_short. 190,000 of 192,707 Testing ../executors/rust/target/release/executor / coll_shift_short. 191,000 of 192,707 Testing ../executors/rust/target/release/executor / coll_shift_short. 192,000 of 192,707 !!! sendOneLine fails: input => {"label": "0190000", "string1": "\u2eb6!", "string2": "\u2eb6?", "test_type": "coll_shift_short"} {"label": "0190001", "string1": "\u2eb6?", "string2": "\u2eb7!", "test_type": "coll_shift_short"} ... #EXIT<. Err = [Errno 2] No such file or directory: '../executors/rust/target/release/executor' !!!!!! processBatchOfTests: "platform error": "None"
Issues:
Bonus points: in the future, we can use a logging library so that we can more easily control the behavior differently on our local machines vs. on CI
The text was updated successfully, but these errors were encountered:
echeran
No branches or pull requests
The Rust executor is getting an error when trying to execute
sendOneLine
, and it does so for every batch of 10,000 tests that it sends.Ex:
Issues:
Bonus points: in the future, we can use a logging library so that we can more easily control the behavior differently on our local machines vs. on CI
The text was updated successfully, but these errors were encountered: