User Details
User Details
- User Since
- Oct 1 2018, 11:23 AM (120 w, 5 d)
Yesterday
Yesterday
vlorentz updated the test plan for D4912: grab_next_visits: don't re-schedule visits too fast.
vlorentz added inline comments to D4921: Make plotting optional in simulator cli command.
vlorentz added a comment to D4920: Randomize last_upadte in generated ListedOrigins in fill_test_data.
vlorentz updated the diff for D4917: simulator: stop validating the scheduling policy in the CLI.
rebase
vlorentz updated the diff for D4916: Run simulator tests on all known scheduling policies.
rebase
vlorentz updated the diff for D4915: simulator: record visit metrics alongside scheduler metrics.
rebase
vlorentz updated the diff for D4914: simulator: stop using the database as a cache for origin data.
rebase
vlorentz updated the diff for D4912: grab_next_visits: don't re-schedule visits too fast.
add tests
Replaced by D4922
vlorentz requested changes to D4920: Randomize last_upadte in generated ListedOrigins in fill_test_data.
vlorentz committed rDSCHb93aa5be2c2d: Make PaginatedListedOriginList a concretization of PagedResult (authored by vlorentz).
Make PaginatedListedOriginList a concretization of PagedResult
vlorentz committed rDSCH2f47936731cf: Add scheduling policy for already visited origins with known last update (authored by olasd).
Add scheduling policy for already visited origins with known last update
vlorentz committed rDSCHacad712ad3f7: Add scheduling policy for never visited origins (authored by olasd).
Add scheduling policy for never visited origins
vlorentz requested review of D4916: Run simulator tests on all known scheduling policies.
vlorentz requested review of D4911: Allow overriding the timestamp of grab_next_visits.
vlorentz added a comment to D4923: Simulation: allow to export results in a csv file.
No tests?
vlorentz requested changes to D4921: Make plotting optional in simulator cli command.
This will conflict with various other diffs, as we add other plots (that aren't histogram). Could you rebase on D4916?
vlorentz requested changes to D4922: Simulation: log at infol level recorded metrics.
Thu, Jan 21
Thu, Jan 21
vlorentz requested review of D4917: simulator: stop validating the scheduling policy in the CLI.
vlorentz requested review of D4915: simulator: record visit metrics alongside scheduler metrics.
vlorentz requested review of D4914: simulator: stop using the database as a cache for origin data.
vlorentz requested review of D4913: simulator: add a trivial heartbeat process to show progress.
vlorentz requested review of D4912: grab_next_visits: don't re-schedule visits too fast.
vlorentz requested review of D4910: Construct grab_next_visits query arguments incrementally.
vlorentz requested review of D4909: simulator: add lister simulation.
vlorentz committed rDSCH03460207a17d: Reorganize grab_next_visits tests to better check sorting behavior (authored by olasd).
Reorganize grab_next_visits tests to better check sorting behavior
vlorentz requested review of D4905: Make PaginatedListedOriginList a concretization of PagedResult.
vlorentz added a comment to D4904: browse/release: Add missing SWHIDs info.
As the changes are in the Python code, shouldn't there be a new (or changed) Python test?
vlorentz updated the diff for D4899: Add scheduling policy for already visited origins with known last update.
rebase
vlorentz updated the diff for D4898: Add scheduling policy for never visited origins.
rebase
vlorentz updated the diff for D4897: Reorganize grab_next_visits tests to better check sorting behavior.
black
Run Black.
vlorentz requested review of D4902: Run Black..
vlorentz committed rDSCHb641ac83ebbf: Make the grab_next_visits sql query modular (authored by olasd).
Make the grab_next_visits sql query modular
vlorentz updated the diff for D4899: Add scheduling policy for already visited origins with known last update.
rebase
vlorentz updated the diff for D4898: Add scheduling policy for never visited origins.
rebase
vlorentz updated the diff for D4897: Reorganize grab_next_visits tests to better check sorting behavior.
rebase
vlorentz updated the diff for D4896: Make the grab_next_visits sql query modular.
rebase
vlorentz updated the diff for D4898: Add scheduling policy for never visited origins.
rebase
vlorentz updated the diff for D4897: Reorganize grab_next_visits tests to better check sorting behavior.
rebase
vlorentz updated the diff for D4896: Make the grab_next_visits sql query modular.
rebase
vlorentz updated the diff for D4896: Make the grab_next_visits sql query modular.
add comment
vlorentz added inline comments to D4896: Make the grab_next_visits sql query modular.
Wed, Jan 20
Wed, Jan 20
vlorentz requested review of D4899: Add scheduling policy for already visited origins with known last update.
vlorentz requested review of D4898: Add scheduling policy for never visited origins.
vlorentz requested review of D4897: Reorganize grab_next_visits tests to better check sorting behavior.
vlorentz requested review of D4896: Make the grab_next_visits sql query modular.
vlorentz committed rDSCH9468bb9384f1: simulator: add basic tests for fill_test_data and run (authored by olasd).
simulator: add basic tests for fill_test_data and run
vlorentz committed rDSCH9ce68f8d0e0e: simulator: stop using get_scheduler directly (authored by vlorentz).
simulator: stop using get_scheduler directly
simulator: Add documentation.
vlorentz committed rDSCH62c6d90867bc: simulator: Make min_batch_size a parameter defined in the setup. (authored by vlorentz).
simulator: Make min_batch_size a parameter defined in the setup.
vlorentz committed rDSCH898820fac52c: simulator: collect and plot scheduler metrics over time (authored by olasd).
simulator: collect and plot scheduler metrics over time
vlorentz committed rDSCHead7b347db9d: simulator: implement a simulator for the "old" task-based scheduler (authored by olasd).
simulator: implement a simulator for the "old" task-based scheduler
vlorentz committed rDSCHaecd27eee06a: Move the simulator cli to the main cli module (authored by olasd).
Move the simulator cli to the main cli module
vlorentz committed rDSCH24922fe2d995: simulator: wrap tasks and task events in typechecked objects (authored by olasd).
simulator: wrap tasks and task events in typechecked objects
vlorentz committed rDSCH22ebb7a9a4bc: simulator: Split into smaller files in the same package (authored by vlorentz).
simulator: Split into smaller files in the same package
vlorentz committed rDSCHd5318aea0a93: simulator: also fill data for the task-based scheduler (authored by olasd).
simulator: also fill data for the task-based scheduler
vlorentz committed rDSCH05067e3ecc88: simulator: Replace attrs with dataclasses for consistency (authored by olasd).
simulator: Replace attrs with dataclasses for consistency
vlorentz committed rDSCHad7bfbe731da: simulator: Make the run time a CLI argument (authored by olasd).
simulator: Make the run time a CLI argument
vlorentz committed rDSCH29204199774b: simulator: add typing for Environment.scheduler (authored by olasd).
simulator: add typing for Environment.scheduler
vlorentz committed rDSCHdf34db0bfc61: simulator: tweak simulation environment constants (authored by olasd).
simulator: tweak simulation environment constants
vlorentz committed rDSCH21ce2c88dddc: simulator: generate more origins in fill_data (authored by olasd).
simulator: generate more origins in fill_data
vlorentz committed rDSCH6433266106dd: simulator: add support for a basic SimulationReport (authored by olasd).
simulator: add support for a basic SimulationReport
vlorentz committed rDSCHc474a825336a: simulator: refine origin model to follow an exponential distribution (authored by olasd).
simulator: refine origin model to follow an exponential distribution
vlorentz committed rDSCHcb12449e8f57: simulator: simulate the scheduler journal client (authored by vlorentz).
simulator: simulate the scheduler journal client
vlorentz committed rDSCH2459badf0c05: simulator: Remove some debug statements and lower log level (authored by olasd).
simulator: Remove some debug statements and lower log level
vlorentz committed rDSCH20b7f9c68f83: simulator: generate OriginVisitStatus objects in modeled visits (authored by vlorentz).
simulator: generate OriginVisitStatus objects in modeled visits
vlorentz committed rDSCH31967fa850c3: simulator: Use datetimes instead of a floating point simulated time (authored by vlorentz).
simulator: Use datetimes instead of a floating point simulated time
vlorentz committed rDSCH39ad47de2e75: simulator: Move scheduler into the simulation environment object (authored by vlorentz).
simulator: Move scheduler into the simulation environment object
vlorentz committed rDSCHfc3f06bd1d77: Introduce scaffolding for a scheduler simulator (authored by olasd).
Introduce scaffolding for a scheduler simulator
vlorentz updated the diff for D4856: Introduce scaffolding for a scheduler simulator.
One last rebase for the road
vlorentz committed rDSCH7905a6bea4ba: Add a cli for the scheduler metrics update endpoint (authored by vlorentz).
Add a cli for the scheduler metrics update endpoint
vlorentz updated the diff for D4889: Add a cli for the scheduler metrics update endpoint.
Rebase
vlorentz added a comment to T2974: Define (and implement) scheduler performance metrics.
- "'outdatedest' origin": excluding disabled origins and origins visited after their last_activity (if any), the min(current_time - last_visit) (lower is better)
vlorentz resigned from D4843: Reimplement Bitbucket lister using new Lister API.
thx. don't forget to update the diff title
vlorentz added inline comments to D4888: scheduler: Make origin_visit_stats_get read multiple entries.
vlorentz requested changes to D4891: model: Allow new status values not_found and failed to OriginVisitStatus.
missing an update to hypothesis_strategies.py
Introduce a new lister_get endpoint
vlorentz committed rDSCH114ed952e513: Implement some basic aggregated metrics on listed origins (authored by olasd).
Implement some basic aggregated metrics on listed origins
vlorentz updated the diff for D4856: Introduce scaffolding for a scheduler simulator.
Rebase on top of D4889