github.com/cockroachdb/pebble@v1.1.2/replay/testdata/corpus/simple (about)

     1  open
     2  ----
     3  
     4  list-files build
     5  ----
     6  build:
     7    000002.log
     8    CURRENT
     9    LOCK
    10    MANIFEST-000001
    11    OPTIONS-000003
    12    marker.format-version.000007.008
    13    marker.manifest.000001.MANIFEST-000001
    14  
    15  commit
    16  set a a
    17  set b b
    18  set c c
    19  ----
    20  
    21  flush
    22  ----
    23  
    24  list-files build
    25  ----
    26  build:
    27    000002.log
    28    000004.log
    29    000005.sst
    30    CURRENT
    31    LOCK
    32    MANIFEST-000001
    33    OPTIONS-000003
    34    marker.format-version.000007.008
    35    marker.manifest.000001.MANIFEST-000001
    36  
    37  start
    38  ----
    39  started
    40  
    41  list-files simple
    42  ----
    43  simple:
    44    checkpoint
    45  
    46  list-files simple/checkpoint
    47  ----
    48  simple/checkpoint:
    49    000004.log
    50    000005.sst
    51    MANIFEST-000001
    52    OPTIONS-000003
    53    marker.format-version.000001.008
    54    marker.manifest.000001.MANIFEST-000001
    55  
    56  commit
    57  set d d
    58  set e e
    59  set f f
    60  set i i
    61  set h h
    62  set g g
    63  ----
    64  
    65  flush
    66  ----
    67  
    68  stop
    69  ----
    70  stopped
    71  
    72  list-files simple
    73  ----
    74  simple:
    75    000007.sst
    76    MANIFEST-000001
    77    MANIFEST-000008
    78    checkpoint
    79  
    80  stat simple/MANIFEST-000001 simple/MANIFEST-000008 simple/000007.sst
    81  ----
    82  simple/MANIFEST-000001:
    83    size: 98
    84  simple/MANIFEST-000008:
    85    size: 122
    86  simple/000007.sst:
    87    size: 686