I am updating my local repo and noticed some transaction logs and snapshots files in src/java/test/data/invalidsnap/version-2. Are those files static data used by unit tests or just artifacts accidentally pushed to the repo?
ls -lah src/java/test/data/invalidsnap/version-2/ total 936 drwxr-xr-x 11 edward staff 374B May 9 13:34 . drwxr-xr-x 3 edward staff 102B Oct 8 2016 .. -rw-r--r-- 1 edward staff 58K Oct 8 2016 log.1 -rw-r--r-- 1 edward staff 89K Oct 8 2016 log.274 -rw-r--r-- 1 edward staff 184B May 9 13:34 log.42 -rw-r--r-- 1 edward staff 48K Oct 8 2016 log.63b -rw-r--r-- 1 edward staff 296B Oct 8 2016 snapshot.0 -rw-r--r-- 1 edward staff 55K Oct 8 2016 snapshot.272 -rw-r--r-- 1 edward staff 55K Oct 8 2016 snapshot.273 -rw-r--r-- 1 edward staff 140K Oct 8 2016 snapshot.639 -rw-r--r-- 1 edward staff 4.7K Oct 8 2016 snapshot.83f By the way, they are on master, branch-3.4 and branch-3.5 Cheers, Edward