From 1475c06902f6df07923d64c10060b4401c24eca5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 25 Apr 2024 21:08:55 -0700 Subject: [PATCH] Reordered TAP tests [skip ci] --- ...ector_insert_recall.pl => 004_ivfflat_vector_insert_recall.pl} | 0 test/t/{004_ivfflat_centers.pl => 008_ivfflat_centers.pl} | 0 test/t/{019_ivfflat_filtering.pl => 009_ivfflat_filtering.pl} | 0 test/t/{018_hnsw_filtering.pl => 017_hnsw_filtering.pl} | 0 test/t/{008_aggregates.pl => 018_aggregates.pl} | 0 test/t/{009_storage.pl => 019_storage.pl} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test/t/{017_ivfflat_vector_insert_recall.pl => 004_ivfflat_vector_insert_recall.pl} (100%) rename test/t/{004_ivfflat_centers.pl => 008_ivfflat_centers.pl} (100%) rename test/t/{019_ivfflat_filtering.pl => 009_ivfflat_filtering.pl} (100%) rename test/t/{018_hnsw_filtering.pl => 017_hnsw_filtering.pl} (100%) rename test/t/{008_aggregates.pl => 018_aggregates.pl} (100%) rename test/t/{009_storage.pl => 019_storage.pl} (100%) diff --git a/test/t/017_ivfflat_vector_insert_recall.pl b/test/t/004_ivfflat_vector_insert_recall.pl similarity index 100% rename from test/t/017_ivfflat_vector_insert_recall.pl rename to test/t/004_ivfflat_vector_insert_recall.pl diff --git a/test/t/004_ivfflat_centers.pl b/test/t/008_ivfflat_centers.pl similarity index 100% rename from test/t/004_ivfflat_centers.pl rename to test/t/008_ivfflat_centers.pl diff --git a/test/t/019_ivfflat_filtering.pl b/test/t/009_ivfflat_filtering.pl similarity index 100% rename from test/t/019_ivfflat_filtering.pl rename to test/t/009_ivfflat_filtering.pl diff --git a/test/t/018_hnsw_filtering.pl b/test/t/017_hnsw_filtering.pl similarity index 100% rename from test/t/018_hnsw_filtering.pl rename to test/t/017_hnsw_filtering.pl diff --git a/test/t/008_aggregates.pl b/test/t/018_aggregates.pl similarity index 100% rename from test/t/008_aggregates.pl rename to test/t/018_aggregates.pl diff --git a/test/t/009_storage.pl b/test/t/019_storage.pl similarity index 100% rename from test/t/009_storage.pl rename to test/t/019_storage.pl