File: TestDurabilityProperty.out

package info (click to toggle)
derby 10.14.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 78,896 kB
  • sloc: java: 691,930; sql: 42,686; xml: 20,511; sh: 3,373; sed: 96; makefile: 60
file content (6 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
1. With derby.system.durability=test,Test to see if syncs are not happening 
Is warning message about derby.system.durability=test present in derby.log =true
log.ctrl file has durability testMode no sync marker value = true
2. shutdown database and reboot database without derby.system.durability=test and test for marker in log.ctrl file
log.ctrl file has durability testMode no sync marker value = true
Is warning message about derby.system.durability=test present in derby.log =true