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

test_create_snapshot is failing #6784

Closed
jcsp opened this issue Feb 16, 2024 · 0 comments · Fixed by #6796
Closed

test_create_snapshot is failing #6784

jcsp opened this issue Feb 16, 2024 · 0 comments · Fixed by #6796
Assignees
Labels
a/test Area: related to testing t/bug Issue Type: Bug

Comments

@jcsp
Copy link
Contributor

jcsp commented Feb 16, 2024

Example failure: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-6709/7920907740/index.html#/testresult/8fe2b94187bcc8ad

@jcsp jcsp added t/bug Issue Type: Bug a/test Area: related to testing labels Feb 16, 2024
@bayandin bayandin linked a pull request Feb 17, 2024 that will close this issue
5 tasks
bayandin added a commit that referenced this issue Feb 18, 2024
## Problem
`test_create_snapshot` is flaky[0] on CI and fails constantly on macOS,
but with a slightly different error:
```
shutil.Error: [('/Users/bayandin/work/neon/test_output/test_create_snapshot[release-pg15-1-100]/repo/endpoints/ep-1/pgdata/pg_dynshmem', '/Users/bayandin/work/neon/test_output/compatibility_snapshot_pgv15/repo/endpoints/ep-1/pgdata/pg_dynshmem', "[Errno 2] No such file or directory: '/Users/bayandin/work/neon/test_output/test_create_snapshot[release-pg15-1-100]/repo/endpoints/ep-1/pgdata/pg_dynshmem'")]
```
Also (on macOS) `repo/endpoints/ep-1/pgdata/pg_dynshmem` is a symlink
to `/dev/shm/`.

- [0] #6784

## Summary of changes
Ignore `pg_dynshmem` directory while copying a snapshot
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/test Area: related to testing t/bug Issue Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants