Logo
Explore Help
Sign In
xuemingqiang/mongo
1
0
Fork 0
You've already forked mongo
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
8d9503600aeb49dc91cb1472b469bb9efbbacdf4
mongo/buildscripts/resmokelib/testing/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
192 B
Python
Raw Normal View History

SERVER-96966 Remove undoDB integration as unused (#29368) GitOrigin-RevId: 52080f36791ec1fd187515bf79793b800a98a7c2
2024-12-08 15:01:07 -08:00
"""Extension to the unittest package to support different loggers and parallel test execution."""
SERVER-1424 Rewrite smoke.py. Split out the passthrough tests into separate suites. The MongoDB deployment is started up by resmoke.py so that we can record the success/failure of each individual test in MCI. Added support for parallel execution of tests by dispatching to multiple MongoDB deployments. Added support for grouping different kinds of tests (e.g. C++ unit tests, dbtests, and jstests) so that they can be run together. This allows for customizability in specifying what tests to execute when changes are made to a particular part of the code.
2015-05-08 14:20:43 -04:00
SERVER-94077 Use isort in Ruff configs (#27865) GitOrigin-RevId: e793d662774ccd3ab6c3f356c2287cf1f7ff9805
2024-10-10 10:59:18 -07:00
from buildscripts.resmokelib.testing import executor, suite
SERVER-94076 Remove unused imports via Ruff rule (#27337) GitOrigin-RevId: 8923cc14f276be93355d763cb88c04bdb4dd9000
2024-10-03 17:52:26 -07:00
__all__ = ["executor", "suite"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1844ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API