MCPcopy Create free account
hub / github.com/awelm/simpledb / EvictionTest

Class EvictionTest

test/simpledb/systemtest/EvictionTest.java:19–83  ·  view source on GitHub ↗

Creates a heap file with 1024 500 tuples with two integer fields each. Clears the buffer pool, and performs a sequential scan through all of the pages. If the growth in JVM usage is greater than 2 MB due to the scan, the test fails. Otherwise, the page eviction policy seems to have worked.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected