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

Delete inbox file operation leads to incomplete remove message sent to CEGA #57

Open
kjellp opened this issue Mar 1, 2022 · 0 comments

Comments

@kjellp
Copy link
Contributor

kjellp commented Mar 1, 2022

Describe the bug
When issuing a "delete file in inbox" operation in the REST interface (i.e. using lega-commander), the message being posted by the MQ Aspect to CEGA is incomplete. It has "filesize":0 and "file_last_modified":0.

To Reproduce
Steps to reproduce the behavior:

  1. List your files in your inbox using "lega-commander inbox -l"
  2. Select a file to delete: "lega-commander inbox -d delete-this-file.c4gh"
  3. Log into ega.elixir.no and inspect proxy server log to see MQ message posted to CEGA: "docker logs proxy-container-id | less"
  4. Observe wrong message

Expected behavior
filesize should be set correctly.
file_last_modified: check docs for what info this should contain

Screenshot

Screenshot from 2022-03-01 11-46-40

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