xlogdump icon indicating copy to clipboard operation
xlogdump copied to clipboard

Add unit test scripts to verify printing WAL records

Open snaga opened this issue 12 years ago • 2 comments

Unit tests should be added to verify output of xlogdump.

The unit tests must be organized by "per resource manager" basis to test every resource manager operations.

At 9.2, there are 17 resource managers to be tested. 0:XLOG 1:Transaction 2:Storage 3:CLOG 4:Database 5:Tablespace 6:MultiXact 7:RelMap 8:Standby 9:Heap2 10:Heap 11:Btree 12:Hash 13:Gin 14:Gist 15:Sequence 16:SPGist

snaga avatar Sep 06 '11 00:09 snaga

4:Database

done.

https://github.com/snaga/xlogdump/commit/9fc04077461cdcea65d428c9b4d204fd762b2173

snaga avatar Jul 16 '12 08:07 snaga

7:RelMap

done.

https://github.com/snaga/xlogdump/commit/fc352521099d089ec4268cfa221ce0a747ba1bea

snaga avatar Jul 16 '12 16:07 snaga