restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.65k stars 37 forks source link

Introduces docker-debug to justfile #2320

Closed AhmedSoliman closed 6 days ago

AhmedSoliman commented 6 days ago

Summary:

This allows us to quickly build debug docker images, perhaps we can use those in CI as well in the near future.

Test Plan:

just docker-build
...

~ ❯❯❯ docker image ls
REPOSITORY                               TAG             IMAGE ID       CREATED          SIZE
localhost/restatedev/restate             unknown         f8bd3765f210   14 seconds ago   1.5GB

Stack created with Sapling. Best reviewed with ReviewStack.

github-actions[bot] commented 6 days ago

Test Results

  5 files   -  2    5 suites   - 2   1m 53s ⏱️ - 2m 38s  45 tests  -  2   45 ✅  -  1  0 💤  - 1  0 ❌ ±0  114 runs   - 68  114 ✅  - 65  0 💤  - 3  0 ❌ ±0 

Results for commit db91d796. ± Comparison against base commit cfc8b890.

This pull request removes 2 tests. ``` dev.restate.sdktesting.tests.AwaitTimeout ‑ timeout(Client) dev.restate.sdktesting.tests.RawHandler ‑ rawHandler(Client) ```

:recycle: This comment has been updated with latest results.