Update alltypes dependent testcases
diff --git a/tests/fuzztest/alltypes_pointer.options b/tests/fuzztest/alltypes_pointer.options
index 0b633fc..dd376c0 100644
--- a/tests/fuzztest/alltypes_pointer.options
+++ b/tests/fuzztest/alltypes_pointer.options
@@ -2,6 +2,7 @@
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
+*.*farray2 fixed_count:true max_count:3
 *.DescriptorSize8 descriptorsize:DS_8
 *.IntSizes.*int8 int_size:IS_8
 *.IntSizes.*int16 int_size:IS_16
diff --git a/tests/fuzztest/alltypes_static.options b/tests/fuzztest/alltypes_static.options
index 923da64..84df9cb 100644
--- a/tests/fuzztest/alltypes_static.options
+++ b/tests/fuzztest/alltypes_static.options
@@ -2,6 +2,7 @@
 * max_count:8
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
+*.*farray2 fixed_count:true max_count:3
 *.DescriptorSize8 descriptorsize:DS_8
 *.IntSizes.*int8 int_size:IS_8
 *.IntSizes.*int16 int_size:IS_16
diff --git a/tests/io_errors/alltypes.options b/tests/io_errors/alltypes.options
index 5d9f81e..b3a7eb0 100644
--- a/tests/io_errors/alltypes.options
+++ b/tests/io_errors/alltypes.options
@@ -2,4 +2,7 @@
 * max_count:5
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
+*.*farray2 fixed_count:true max_count:3
+IntSizes.*int8 int_size:IS_8
+IntSizes.*int16 int_size:IS_16
 DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/io_errors_pointers/alltypes.options b/tests/io_errors_pointers/alltypes.options
index c2942ed..e44d627 100644
--- a/tests/io_errors_pointers/alltypes.options
+++ b/tests/io_errors_pointers/alltypes.options
@@ -2,4 +2,7 @@
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
 *.*farray fixed_count:true max_count:5
+*.*farray2 fixed_count:true max_count:3
+IntSizes.*int8 int_size:IS_8
+IntSizes.*int16 int_size:IS_16
 DescriptorSize8 descriptorsize:DS_8