Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Bug fix - E2E test cleared the Tokenizer but haven't re-set #175

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

igiloh-pinecone
Copy link
Contributor

Problem

When running pytest test/ in a single process, the E2E test clears the default test tokenizer, but never re-sets it, so other UTs that run later fail.

Solution

Restore the default StubTokenizer used by all UTs and the end of the E2E test.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

…he default one

This created a problem when running `pytest test/` in a single process
@acatav acatav added this pull request to the merge queue Nov 15, 2023
Merged via the queue into pinecone-io:main with commit a23838b Nov 15, 2023
10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants