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

Fix error message if an offer is claimed for its entire duration twice #484

Closed
tzumainn opened this issue Nov 2, 2023 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@tzumainn
Copy link
Contributor

tzumainn commented Nov 2, 2023

Steps to reproduce:

  • create an offer with infinite duration
  • claim the offer without specifying duration (thus making it infinite); this is lease A
  • claim the offer again the same way; this is lease B

The second claim will result in a "Attempted to create lease resource with an invalid Start Time and End Time. Start Time must be strictly less than End Time." error message, likely because esi-leap will set the end time to right before lease A starts

@tzumainn tzumainn added the bug Something isn't working label Nov 2, 2023
@joachimweyl
Copy link

@skanthed What is the status of this issue?
if we are partially done please break this into multiple issues and complete the piece that is done.
if no work was done please push to the next sprint.
And of course if it is done please close :)

@tzumainn tzumainn assigned tzumainn and unassigned skanthed Feb 13, 2024
@tzumainn
Copy link
Contributor Author

Taking this

@tzumainn
Copy link
Contributor Author

CCI-MOC/esi-leap#151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants