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

neon_local: cannot run tests without explicitly setting file engine #7168

Closed
skyzh opened this issue Mar 18, 2024 · 0 comments
Closed

neon_local: cannot run tests without explicitly setting file engine #7168

skyzh opened this issue Mar 18, 2024 · 0 comments
Labels
c/storage/compute Component: storage: compute t/bug Issue Type: Bug

Comments

@skyzh
Copy link
Member

skyzh commented Mar 18, 2024

Steps to reproduce

e2e tests cannot run on macOS unless the file engine env var is supplied.

./scripts/pytest test_runner/regress/test_neon_superuser.py -s

will fail with tokio-epoll-uring not supported.

Expected result

Actual result

Environment

Logs, links

@skyzh skyzh added the t/bug Issue Type: Bug label Mar 18, 2024
skyzh added a commit that referenced this issue Mar 19, 2024
…cified config overrides (#7166)

e2e tests cannot run on macOS unless the file engine env var is
supplied.

```
./scripts/pytest test_runner/regress/test_neon_superuser.py -s
```

will fail with tokio-epoll-uring not supported.

This is because we persist the file engine config by default. In this
pull request, we only persist when someone specifies it, so that it can
use the default platform-variant config in the page server.

---------

Signed-off-by: Alex Chi Z <chi@neon.tech>
@skyzh skyzh added the c/storage/compute Component: storage: compute label Mar 19, 2024
@skyzh skyzh closed this as completed Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/storage/compute Component: storage: compute t/bug Issue Type: Bug
Projects
None yet
Development

No branches or pull requests

1 participant