- Oct 25, 2018
-
-
Jorrit Schaap authored
SW-41: measure and log some more sql procedures to see where the time is spend. report on too slow queries.
-
- Oct 24, 2018
-
-
Jorrit Schaap authored
-
- Oct 23, 2018
-
-
Jorrit Schaap authored
-
- Sep 03, 2018
-
-
Jorrit Schaap authored
ROHD-1124: during the rollout of LOFAR-Release-3_1_6 we replaced the radb trigger functions in production with the new functions in SAS/ResourceAssignment/ResourceAssignmentDatabase/radb/sql/add_functions_and_triggers.sql from svn. We forgot that these functions in production had a check to ignore cep4 storage resource, causing problems in scheduling. With this changeset, we (again) ignore cep4 storage claims if they fit. Also added a comment on ideas for faster/better/simpler filling the resource_sage table.
-
- Jul 18, 2018
-
-
Jorrit Schaap authored
SW-426: fixes for the new tests in t_radb.py. Main changes: a claim cannot have zero duration anymore. a task which goes to conflict releases its claimed claims
-
- Sep 22, 2017
-
-
Adriaan Renting authored
-
- Sep 20, 2017
-
-
Ruud Beukema authored
-
- Sep 19, 2017
-
-
Auke Klazema authored
-
Auke Klazema authored
Task #9893: Fixed tests and added small bug fix for non monitored resources and a fix for tasks being killed in radb before they start.
-
- Sep 01, 2017
-
-
Jorrit Schaap authored
Task #10902: fixed the test_claims_on_partially_misc_filled_resource by fixing the bug in resource_allocation.get_resource_claimable_capacity_between
-
Jorrit Schaap authored
Task #10902: fixed and improve (on speed) the rebuild_resource_usages_table_from_claims nethod. Extended the test_resource_usages. Added performance test script which proves the new rebuild is O(N) and about n order of magnitude faster than before.
-
- Aug 29, 2017
-
-
Jorrit Schaap authored
Task #10902: refactored many selects on resource_usage into method get_resource_usage_at_or_before. Added logging when we detect that a usage_at_start is not found, then the usages table is rebuild for that resource, and then we search again for usage_at_start. Only if not found again, raise exception. This fixes the test for the bug found on production. Still to do: performance increase for rebuild usage table.
-
- Aug 28, 2017
-
-
Jorrit Schaap authored
Task #10902: added test_reinsert_task test method to prove a bug in production. unfortunately the bug is not proven... so, let's keep this test as reference, and think of a better solution.
-
Jorrit Schaap authored
-
- Aug 17, 2017
-
-
Jorrit Schaap authored
Task #11160: fix for the original problem: claims which get 'conflict' status even though they would normally fit when overlapping with others
-
- Aug 16, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 09, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
Task #10898: allow claimed claims to be shifted in time. only go to conflict when task status <= queued.
-
- Jun 08, 2017
-
-
Jorrit Schaap authored
-
- May 31, 2017
-
-
Jorrit Schaap authored
-
- May 30, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- May 24, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- May 23, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- May 19, 2017
-
-
Jan David Mol authored
-
Jan David Mol authored
-
Jorrit Schaap authored
Task #10811: made functions (and tests for) get_conflicting_overlapping_tasks and get_conflicting_overlapping_claims
-
- May 18, 2017
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
Task #10811: added some initial tests on inserting tasks and claims and checking claim/task conflicts
-