summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-22 06:25:12 (GMT)
committerGitHub <noreply@github.com>2023-04-22 06:25:12 (GMT)
commit7707859279a60b32d2b6c915442a7c04d44445b4 (patch)
tree890d16aa2408b270368b36ea4f05ca20fe2f16f6 /test/page_buffer.c
parenta4371b6fce577852691dfdeac642dec1dd4b9453 (diff)
downloadhdf5-7707859279a60b32d2b6c915442a7c04d44445b4.zip
hdf5-7707859279a60b32d2b6c915442a7c04d44445b4.tar.gz
hdf5-7707859279a60b32d2b6c915442a7c04d44445b4.tar.bz2
Merge with develop (#2790)
Diffstat (limited to 'test/page_buffer.c')
-rw-r--r--test/page_buffer.c53
1 files changed, 0 insertions, 53 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index d588d30..a6f7f0a 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -554,21 +554,8 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added base_page_cnt field as supporting code. This allows
- * the test to adjust to the number of page buffer pages
- * accessed during file open / create.
- *
- * The test for the value of base_page_cnt just after file
- * open exists detect changes in library behavior. Assuming
- * any such change is not indicative of other issues, these
- * tests can be modified to reflect the change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
-
-/* Changes due to file space page size has a minimum size of 512 */
static unsigned
test_raw_data_handling(hid_t orig_fapl, const char *env_h5_drvr)
{
@@ -832,18 +819,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added base_page_cnt field as supporting code. This allows
- * the test to adjust to the number of page buffer pages
- * accessed during file open / create.
- *
- * The test for the value of base_page_cnt just after file
- * open exists detect changes in library behavior. Assuming
- * any such change is not indicative of other issues, these
- * tests can be modified to reflect the change.
- *
- * JRM -- 2/23/17
- *
- *
*-------------------------------------------------------------------------
*/
@@ -1086,19 +1061,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added the base_raw_cnt and base_meta_cnt fields and
- * supporting code. This allows the test to adjust to the
- * number of page buffer pages accessed during file open /
- * create.
- *
- * The tests for the values of base_raw_cnt and base_meta_cnt
- * just after file open exist detect changes in library
- * behavior. Assuming any such change is not indicative of
- * other issues, these tests can be modified to reflect the
- * change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
@@ -1721,19 +1683,6 @@ error:
* Programmer: unknown
* ?? / ?? / ??
*
- * Changes: Added the base_raw_cnt and base_meta_cnt fields and
- * supporting code. This allows the test to adjust to the
- * number of page buffer pages accessed during file open /
- * create.
- *
- * The tests for the values of base_raw_cnt and base_meta_cnt
- * just after file open exist detect changes in library
- * behavior. Assuming any such change is not indicative of
- * other issues, these tests can be modified to reflect the
- * change.
- *
- * JRM -- 2/23/17
- *
*-------------------------------------------------------------------------
*/
static unsigned
@@ -2024,8 +1973,6 @@ error:
* Programmer: John Mainzer
* 03/21/17
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/