LCOV - code coverage report
Current view: top level - control_plane/attachment_service/src - schema.rs (source / functions) Coverage Total Hit
Test: 32f4a56327bc9da697706839ed4836b2a00a408f.info Lines: 90.9 % 22 20
Test Date: 2024-02-07 07:37:29 Functions: 16.7 % 150 25

            Line data    Source code
       1              : // @generated automatically by Diesel CLI.
       2              : 
       3            0 : diesel::table! {
       4         1840 :     nodes (node_id) {
       5         2904 :         node_id -> Int8,
       6         2904 :         scheduling_policy -> Varchar,
       7         2904 :         listen_http_addr -> Varchar,
       8         2904 :         listen_http_port -> Int4,
       9         5808 :         listen_pg_addr -> Varchar,
      10         5808 :         listen_pg_port -> Int4,
      11         1840 :     }
      12         1840 : }
      13              : 
      14            0 : diesel::table! {
      15        16298 :     tenant_shards (tenant_id, shard_number, shard_count) {
      16        19028 :         tenant_id -> Varchar,
      17        19004 :         shard_number -> Int4,
      18        19004 :         shard_count -> Int4,
      19        16298 :         shard_stripe_size -> Int4,
      20        32176 :         generation -> Int4,
      21        21008 :         generation_pageserver -> Int8,
      22        16298 :         placement_policy -> Varchar,
      23        16298 :         config -> Text,
      24        16298 :     }
      25        16298 : }
      26              : 
      27              : diesel::allow_tables_to_appear_in_same_query!(nodes, tenant_shards,);
        

Generated by: LCOV version 2.1-beta