The Wayback Machine - https://web.archive.org/web/20220505150142/https://github.com/topics/temporal
Skip to content
#

temporal

Here are 127 public repositories matching this topic...

jlegrone
jlegrone commented Apr 4, 2022

Expected Behavior

Temporalite could create the directory first, then start writing to the database file.

Actual Behavior

User sees an error message like

2022/04/04 18:57:43 error setting up schema: unable to create SQLite admin DB: unable to open database file: no such file or directory

The error text doesn't include the file path that is being opened, which makes un

good first issue user experience
Sushisource
Sushisource commented Aug 7, 2021

We have a handful of tests that require sleeps to get things to happen in an expected order. This is obviously not ideal. We need a reasonable way to wait for certain things to happen deep in the internals of the code and expose that to tests in a way that doesn't require making all sorts of ugly changes purely for that ability.

If we could leverage tracing for this, that'd be nice. We could ju

enhancement good first issue

Improve this page

Add a description, image, and links to the temporal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the temporal topic, visit your repo's landing page and select "manage topics."

Learn more