From 7140a18283edfa14dc8e961ba9951c11934a70e0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Apr 2024 21:04:23 -0700 Subject: [PATCH] Reordered TAP tests [skip ci] --- ...w_vector_vacuum_recall.pl => 014_hnsw_vector_vacuum_recall.pl} | 0 test/t/{014_hnsw_inserts.pl => 016_hnsw_inserts.pl} | 0 ...23_hnsw_bit_insert_recall.pl => 021_hnsw_bit_insert_recall.pl} | 0 ...29_hnsw_bit_vacuum_recall.pl => 022_hnsw_bit_vacuum_recall.pl} | 0 test/t/{026_hnsw_bit_duplicates.pl => 023_hnsw_bit_duplicates.pl} | 0 ...w_halfvec_build_recall.pl => 024_hnsw_halfvec_build_recall.pl} | 0 ...halfvec_insert_recall.pl => 025_hnsw_halfvec_insert_recall.pl} | 0 ...halfvec_vacuum_recall.pl => 026_hnsw_halfvec_vacuum_recall.pl} | 0 ...arsevec_build_recall.pl => 028_hnsw_sparsevec_build_recall.pl} | 0 ...sevec_insert_recall.pl => 029_hnsw_sparsevec_insert_recall.pl} | 0 ...sevec_vacuum_recall.pl => 030_hnsw_sparsevec_vacuum_recall.pl} | 0 ...w_sparsevec_duplicates.pl => 031_hnsw_sparsevec_duplicates.pl} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename test/t/{016_hnsw_vector_vacuum_recall.pl => 014_hnsw_vector_vacuum_recall.pl} (100%) rename test/t/{014_hnsw_inserts.pl => 016_hnsw_inserts.pl} (100%) rename test/t/{023_hnsw_bit_insert_recall.pl => 021_hnsw_bit_insert_recall.pl} (100%) rename test/t/{029_hnsw_bit_vacuum_recall.pl => 022_hnsw_bit_vacuum_recall.pl} (100%) rename test/t/{026_hnsw_bit_duplicates.pl => 023_hnsw_bit_duplicates.pl} (100%) rename test/t/{021_hnsw_halfvec_build_recall.pl => 024_hnsw_halfvec_build_recall.pl} (100%) rename test/t/{024_hnsw_halfvec_insert_recall.pl => 025_hnsw_halfvec_insert_recall.pl} (100%) rename test/t/{030_hnsw_halfvec_vacuum_recall.pl => 026_hnsw_halfvec_vacuum_recall.pl} (100%) rename test/t/{022_hnsw_sparsevec_build_recall.pl => 028_hnsw_sparsevec_build_recall.pl} (100%) rename test/t/{025_hnsw_sparsevec_insert_recall.pl => 029_hnsw_sparsevec_insert_recall.pl} (100%) rename test/t/{031_hnsw_sparsevec_vacuum_recall.pl => 030_hnsw_sparsevec_vacuum_recall.pl} (100%) rename test/t/{028_hnsw_sparsevec_duplicates.pl => 031_hnsw_sparsevec_duplicates.pl} (100%) diff --git a/test/t/016_hnsw_vector_vacuum_recall.pl b/test/t/014_hnsw_vector_vacuum_recall.pl similarity index 100% rename from test/t/016_hnsw_vector_vacuum_recall.pl rename to test/t/014_hnsw_vector_vacuum_recall.pl diff --git a/test/t/014_hnsw_inserts.pl b/test/t/016_hnsw_inserts.pl similarity index 100% rename from test/t/014_hnsw_inserts.pl rename to test/t/016_hnsw_inserts.pl diff --git a/test/t/023_hnsw_bit_insert_recall.pl b/test/t/021_hnsw_bit_insert_recall.pl similarity index 100% rename from test/t/023_hnsw_bit_insert_recall.pl rename to test/t/021_hnsw_bit_insert_recall.pl diff --git a/test/t/029_hnsw_bit_vacuum_recall.pl b/test/t/022_hnsw_bit_vacuum_recall.pl similarity index 100% rename from test/t/029_hnsw_bit_vacuum_recall.pl rename to test/t/022_hnsw_bit_vacuum_recall.pl diff --git a/test/t/026_hnsw_bit_duplicates.pl b/test/t/023_hnsw_bit_duplicates.pl similarity index 100% rename from test/t/026_hnsw_bit_duplicates.pl rename to test/t/023_hnsw_bit_duplicates.pl diff --git a/test/t/021_hnsw_halfvec_build_recall.pl b/test/t/024_hnsw_halfvec_build_recall.pl similarity index 100% rename from test/t/021_hnsw_halfvec_build_recall.pl rename to test/t/024_hnsw_halfvec_build_recall.pl diff --git a/test/t/024_hnsw_halfvec_insert_recall.pl b/test/t/025_hnsw_halfvec_insert_recall.pl similarity index 100% rename from test/t/024_hnsw_halfvec_insert_recall.pl rename to test/t/025_hnsw_halfvec_insert_recall.pl diff --git a/test/t/030_hnsw_halfvec_vacuum_recall.pl b/test/t/026_hnsw_halfvec_vacuum_recall.pl similarity index 100% rename from test/t/030_hnsw_halfvec_vacuum_recall.pl rename to test/t/026_hnsw_halfvec_vacuum_recall.pl diff --git a/test/t/022_hnsw_sparsevec_build_recall.pl b/test/t/028_hnsw_sparsevec_build_recall.pl similarity index 100% rename from test/t/022_hnsw_sparsevec_build_recall.pl rename to test/t/028_hnsw_sparsevec_build_recall.pl diff --git a/test/t/025_hnsw_sparsevec_insert_recall.pl b/test/t/029_hnsw_sparsevec_insert_recall.pl similarity index 100% rename from test/t/025_hnsw_sparsevec_insert_recall.pl rename to test/t/029_hnsw_sparsevec_insert_recall.pl diff --git a/test/t/031_hnsw_sparsevec_vacuum_recall.pl b/test/t/030_hnsw_sparsevec_vacuum_recall.pl similarity index 100% rename from test/t/031_hnsw_sparsevec_vacuum_recall.pl rename to test/t/030_hnsw_sparsevec_vacuum_recall.pl diff --git a/test/t/028_hnsw_sparsevec_duplicates.pl b/test/t/031_hnsw_sparsevec_duplicates.pl similarity index 100% rename from test/t/028_hnsw_sparsevec_duplicates.pl rename to test/t/031_hnsw_sparsevec_duplicates.pl