• In fact, during the larger-database tests, the actual allocation of the buffer pool never exceeded 1 GB.

    事实上大型数据库测试期间,实际分配缓冲从来不超过1GB

    youdao

  • Although the buffer pool did not exceed 1 GB in the large-database tests, the smaller database and greater concurrency tests used every Megabyte possible.

    尽管大型数据库测试缓冲从不超过1GB,但在并发性程度很高的小型数据库中,缓冲池的容量得到了充分利用

    youdao

  • All of the testers in the team go through this process of executing tests, and then committing verdicts and test log records to the database for the given iteration.

    团队中的所有测试人员都完成执行测试这些过程然后结果测试日志记录提交给定迭代数据库之中。

    youdao

  • Your automated tests will all have to access the database through some form of login or user authentication.

    自动化测试需要通过一些注册或者使用者身份验证形式访问数据库

    youdao

  • The end result is a database representing the complete coverage of all tests run against that particular product driver.

    最终结果一个表示特定产品驱动程序冲撞的所有测试完全覆盖数据库

    youdao

  • One alternative is to use an in-memory database for your tests.

    另一个可选的方式测试使用内存数据库

    youdao

  • If we had to reset a database to a known state before each unit test, the tests would be quite complex and certainly would run slower than we desire.

    如果我们需要每次单元测试数据库重新设置一个已知状态那么测试相当复杂并且运行速度自然我们期望得要慢。

    youdao

  • Then, your test case makes changes to the database and tests the results of those changes.

    然后测试用例数据库进行修改测试这些修改结果

    youdao

  • Basic tests should include the testing of validation code and assertions, and database operations such as Create, Read, Update and Delete (CRUD).

    基本测试应该包括检验代码断言以及数据库操作(比如创建读取更新删除CRUD)的测试。

    youdao

  • To run the tests, you also need to configure the test database with the stock prices the tests expect.

    为了运行测试需要使用测试期望股票价格数据库进行配置

    youdao

  • In my case, I used the file in listing 4 to seed the database before running my component tests and then used the same file to indicate which data to delete from the database upon test completion.

    本文的例子中,将在运行组件测试使用清单4中的文件数据库播种然后使用相同的文件指示测试完成时数据库中删除哪些数据

    youdao

  • I'm not suggesting that running true integration tests against your production database is a waste of time.

    并不是暗示运行生产数据库运行实际集成测试浪费时间。

    youdao

  • For example, our interviews uncovered a significant failure in the current process which results in the automated tests running against non-baselined versions of the test database.

    举例来说,我们采访揭开了当前处理过程中的一个重大失误导致自动化测试运行测试数据库的非基线版本上

    youdao

  • As you can see in Listing 3, my component tests can now rely on specific data residing in the database during their execution.

    正如清单3现在组件测试执行期间依赖驻留数据库中的特定数据

    youdao

  • This was obviously a simplistic test, since the database would cache the queries; other tests, however, were more rigorous and challenging.

    显然是一个很简单测试因为数据库能够缓存查询其他的一些测试更加的严格具有挑战性

    youdao

  • The hardware used for the application server and database server remained constant for all tests.

    程序服务器数据库服务器所用硬件对于所有的测试都是固定不变的。

    youdao

  • The test database will be used for running your tests to avoid affecting your development environment.

    测试数据库用于运行测试避免影响开发环境

    youdao

  • In addition, we enabled the DAOS database property on some of the tests after the mail databases were created, and we also enabled DAOS on the mail boxes and mail journal database.

    另外我们邮件数据库创建之后在一些测试启用DAOS数据库属性,我们邮箱邮件日志数据库上启用了DAOS。

    youdao

  • For example, common scalability problems, including synchronization issues and database contention, do not surface until load tests.

    例如常见可伸缩性问题包括同步问题数据库连接直到负载测试的时候还没有表露。

    youdao

  • To confirm placement options for DB2 objects on SSDs, we chose an IBM DB2 OLTP workload to drive a series of tests, starting with a baseline of all database files on HDDs.

    为了证实DB2对象SSD性能效果,我们选择一个IBM DB2OLTP工作负载进行一系列测试首先所有数据库文件放在 HDD 上的场景作为基准

    youdao

  • For example, to unit test an object that USES a database, it may be burdensome to install, configure, and seed a local copy of the database, run your tests, then tear the local database down again.

    例如单元测试一个使用数据库对象安装配置发送本地数据库副本运行测试然后再卸装本地数据库可能麻烦

    youdao

  • The backup is now the database to be used as the starting point for all the tests.

    现在这个备份数据库就是所有测试起点

    youdao

  • Numerous repeated tests, found a database that used to take about 6 G disk Spaces to store backup files in IDS 9.21 now it takes only 5 G in IDS 9.40; this saves 1 G of disk space with new IDS.

    无数重复实验发现过去IDS 9.21中使用6g磁盘空间存储备份文件数据库,在IDS 9.40中仅需使用5 G即可;这样使用新的IDS节省了1 G的磁盘空间

    youdao

  • The example tests for database support.

    这个示例测试了是否有数据库支持

    youdao

  • Compared to competing database vendors' exams, the IBM DB2 tests seem to have fewer overly specific trivial pursuit questions and more questions requiring deep thought.

    竞争数据库供应商考试相比IBMDB2考试似乎很少过于具体的 “追求细节” 类型的问题更多的问题都需要深入的思考”。

    youdao

  • You can use the transaction-rollback technique to make your database-backed tests run faster.

    可以事务-回滚技术数据支持的测试运行得更快。

    youdao

  • Identical database configuration and tuning was used in all tests to ensure fair and valid comparisons.

    全部测试使用相同数据库配置调优确保性能比较公平性有效性

    youdao

  • Many Rails developers now use stubs or mocks to take the database out of the picture, forming lightning-fast functional tests.

    现在很多Rails开发人员都使用stubmock替代数据库就使功能测试变得十分轻快。

    youdao

  • The purpose of this to enable you to still use the Rake commands to migrate your database, run your tests, and so on.

    这样目的为了继续使用Rake命令迁移数据库运行测试等等

    youdao

  • The final tests measured elapsed time for three types of mail database operations.

    最后测试度量3数据库操作所需的时间

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定