Skip to content
New issue

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

chore(drun): Increase batch limit for longer running tests #992

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

luc-blaeser
Copy link
Contributor

Increase the batch limit in drun to let more tests pass in Motoko's CI. Currently, several Motoko tests occasionally (and non-deterministically) fail because of a too low configuration of this limit.

@luc-blaeser luc-blaeser requested a review from a team as a code owner August 19, 2024 12:13
@luc-blaeser luc-blaeser self-assigned this Aug 19, 2024
@github-actions github-actions bot added the chore label Aug 19, 2024
mergify bot pushed a commit to dfinity/motoko that referenced this pull request Sep 9, 2024
Using IC 2024-08-16 with some adjustments:
* `drun` adjustments for better testing
   - dfinity/ic#662 (Lift 8GB memory boundary from drun)
   - dfinity/ic#988 (Enable Wasm64 with 16GB main memory capacity)
   - dfinity/ic#991 (Disable DTS for deterministic debug outputs)
   - dfinity/ic#992 (Increase batch limit for longer running tests)
   - dfinity/ic#1240 (Enable canister snapshots)
* IC build fixes for `nix`:
   - Remove duplicate entries of same crate with same versions in `Cargo.toml`.
   - dfinity/ic#993 (Fix MacOS `rocksdb` dependency).
* Other IC fixes:
   - dfinity/ic#1250 (Fix canister snapshots)
Copy link

@crusso crusso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Does this slow down all our tests with busy waiting at the end though?

@luc-blaeser
Copy link
Contributor Author

LGTM. Does this slow down all our tests with busy waiting at the end though?

Thank you! The loop should exit as soon as there is a response or error. It should only prolong the timeout of message waiting.

@luc-blaeser luc-blaeser added this pull request to the merge queue Sep 16, 2024
Merged via the queue into master with commit 45fd1cb Sep 16, 2024
24 checks passed
@luc-blaeser luc-blaeser deleted the luc/drun-increase-batch-limit branch September 16, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants