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

Error when flushing an existing function and then executing twice #830

Open
csegarragonz opened this issue Feb 2, 2024 · 0 comments
Open

Comments

@csegarragonz
Copy link
Collaborator

csegarragonz commented Feb 2, 2024

There is a strange bug with the flushing/caching that materialises as follows:

  1. Upload func A/B with contents C
  2. Execute func A/B (contents C get executed)
  3. Flush
  4. Upload func A/B with contents D
  5. Execute func A/B (contents D get executed)
  6. Execute func A/B again (contents C get executed ?!)

There is an E2E test that is currently skipped that replicates this issue.

@csegarragonz csegarragonz changed the title Error when flushing the same function twice Error when flushing an existing function and then executing twice Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant