Skip to content

Commit ec22701

Browse files
NRL-1875 Reset seed script counters
1 parent 36ee565 commit ec22701

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/seed_nft_tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
class TestNhsNumbersIterator:
4242
def __iter__(self):
43-
self.first9 = 920000000
43+
self.first9 = 900000000
4444
return self
4545

4646
def __next__(self):
@@ -154,7 +154,7 @@ def _populate_seed_table(
154154
print(
155155
f"Will upsert ~{doc_ref_target} test pointers for {patients_with_pointers} patients."
156156
)
157-
doc_ref_counter = 45000000
157+
doc_ref_counter = 0
158158
batch_counter = 0
159159
unprocessed_count = 0
160160

tests/performance/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ export const POINTERS_TO_DELETE = ALL_POINTER_IDS.slice(0, 3500);
1515
export const POINTER_IDS = ALL_POINTER_IDS.slice(3500);
1616
export const NHS_NUMBERS = REFERENCE_DATA["nhs_numbers"];
1717

18-
// filter only 736253001, 736253002, 1363501000000100, 861421000000109, 749001000000101 for now
18+
// filter only 736253002, 1363501000000100, 861421000000109, 749001000000101 for now
1919
export const FILTERED_POINTER_TYPES = [
20-
// "736253001",
2120
"736253002",
2221
"1363501000000100",
2322
"861421000000109",

0 commit comments

Comments
 (0)