-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
index out of bounds on tests (new input format) #422
Labels
bug
Something isn't working
Comments
kobe-reygel
changed the title
index out of bounds on tests
index out of bounds on tests (new input format)
Nov 14, 2023
@kobe-reygel I guess this issue is irrelevant when switching to the new-scheduler approach? |
Let's concider #424 and close this issue, if no further comments are given. |
Closing this as no reply from @kobe-reygel - please reopen if necessary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We get the following error:
index out of bounds: the len is 0 but the index is 0
thread 'e2e::a_test_see_below' panicked at src/services/placer/mod.rs:25:46:
index out of bounds: the len is 0 but the index is 0
To Reproduce
Steps to reproduce the behavior:
run one of following testcases:
weekly_2
sleep_1
budget_wednesday_2_2_2_2
budget_0_24_35_40
Expected behavior
the tests run green :)
Additional context
It may have to do with the fact that there is a new json format (see comments in #410 (comment) ) validate this
The text was updated successfully, but these errors were encountered: