Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Tokio 1.0.0 (#480)
Browse files Browse the repository at this point in the history
* One last time...

* Fix API patches (and e2e tests)

* fix(windows): Adds compatibility shim for windows gRPC code

This avoids an extremely difficult rewrite (which I tried doing in
several different ways) of the grpc code we copied. This required
a small change to one of the testing APIs, but that is all

* Exclude mod import on unix

* Integration test upload logs and time out.

* Detect Krustlet premature exit

* Improve container channel logging.

* Include container state machine logs in e2e.

* Improve WASI runtime logs and blocking_send alternative

* Revert send_blocking and patch Manifest::poll_next

Co-authored-by: Taylor Thomas <[email protected]>
  • Loading branch information
kflansburg and thomastaylor312 authored Feb 26, 2021
1 parent a6aa327 commit ff54407
Show file tree
Hide file tree
Showing 7 changed files with 1,042 additions and 991 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/
# oneclick trace files
krustlet-wasi-e2e.stdout.txt
krustlet-wasi-e2e.stderr.txt
oneclick-logs
Loading

0 comments on commit ff54407

Please sign in to comment.