问题标签 [assertion]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
xcode4 - OpenCV,调用contourArea导致getMat中的断言失败
我在 Xcode4 OS X 10.7 上使用 openCV 2.3.1
我有一个(演示)代码,它在一些基本的背景减法后找到轮廓并以各种颜色显示。这部分有效。
我想过滤掉小于特定大小的轮廓,但是当我调用 contourArea() 时,我得到以下断言失败:
相关代码为:
这是最后一个for循环:
我抱怨源代码中的一段代码是:
但我无法对此做出正面或反面... i 是一个传递给 getMat 的 int,但它到底是什么,以及为什么它应该小于 0 超出了我的理解>__<。这个标准功能对我来说似乎很奇怪,任何人都可以对此有所了解吗?
jmeter - JMeter 如何不失败 500 内部服务器错误
我在参数化调用中使用 JMeter 作为单元测试工具,我希望其中一些响应是 500 个内部服务器错误。我正在使用 BeanShell 断言来检查响应。
如果响应包含指定的文本,我希望不将 500 个内部服务器错误中的一些标记为失败。所有 500 个服务器错误都标记为失败。是否可以改变行为?
下面是 BeanShell 断言的摘录。
谢谢和问候
c++ - 调试断言失败:无效的迭代器
我目前正在使用模拟器,在调试运行时遇到以下错误:Expression: vector incompatible iterators
代码如下:
在 parse_config 方法中,我有一个生成错误的序列。就是这个:
有解决方法吗?任何帮助/建议/参考将不胜感激。
塞比
c++ - stxxl 断言“它!= root_node_.end()”失败
尝试在 stxxl 映射中插入元素时收到此断言失败错误。
整个断言错误如下:
resCache: /usr/include/stxxl/bits/containers/btree/btree.h:470: std::pair >, bool> stxxl::btree::btree::insert(const value_type&) [with KeyType = e_my_key, DataType = unsigned int, CompareType = comp_type, unsigned int RawNodeSize = 16384u, unsigned int RawLeafSize = 131072u, PDallocStrategy = stxxl::SR, stxxl::btree::btree::value_type = std::pair]:断言`it != root_node_ .end()' 失败。中止
任何想法?
编辑:这是代码片段
Edit2 这里有更多细节(我省略了常量,例如 MAX_QUERY_LEN)
unit-testing - 如何在 rails 3.1 和 unit:test 中编写功能测试用例
我是 Rails 测试的新手,我正在使用 unit:test。我的控制器中有一个动作
我的测试用例如下
这个方法是一个post方法。运行此测试时,它失败并显示一条消息
“应该保存campagin(0.07s)预期的响应是重定向到 http://test.host/dashboard但重定向到http://test.host//home/nouman/.rvm/gems/ruby-1.9 .2-p290@global/gems/actionpack-3.1.3/lib/action_dispatch/testing/assertions/response.rb:67:in `assert_redirected_to'
我的猜测是我没有给出正确的断言来检查参数
参数[:app_id] 和@app = TestApp.find(params[:app_id])。
我如何编写这样的断言来检查这些属性,检查参数是否为空。1 如何找到具有给定 id 的对象。
iphone - iPhone for Universal Game(Cocos2d + Objective-C) 中的断言错误,仅适用于 iPad 模拟器
我正在 iPhone 中使用 Cocos2d 和 Objective-C 创建一个通用游戏。我的项目几乎完成了。我在控制台窗口的运行时收到此错误。
对于 iPhone4.3 模拟器和 iPhone (Retina),Game 运行良好。
仅当我选择“iPad”模拟器执行时才会出现此错误。
有任何想法吗?我对此感到非常困惑..提前致谢!
c - perror:没有这样的文件或目录
我有功能。FA->file_temp 是 FA->file 的副本。FA->file_temp 位于 TEMP 目录中。(C:\Users\User\AppData\Local\Temp)
mysql - 线程中的 MySQL 断言失败
为什么这个查询失败?
MySQL服务器日志:
- InnoDB:文件 row0sel.c 第 2441 行中线程 2292 中的断言失败
- InnoDB:断言失败:buf + data_len <= original_buf + buf_len
- InnoDB:我们故意生成一个内存陷阱。
- InnoDB:向http://bugs.mysql.com提交详细的错误报告。
- InnoDB:如果你得到重复的断言失败或崩溃,甚至
- InnoDB:mysqld启动后,可能有
- InnoDB:在
- InnoDB 表空间。请参阅
- InnoDB:http ://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
- InnoDB:关于强制恢复。
- InnoDB:线程 1544 在文件 os0sync.c 第 474 行中停止
- InnoDB:线程 2028 在文件 os0sync.c 第 781 行中停止
并且还会收到 #2013 错误 - 在查询期间丢失与 MySQL 服务器的连接
但如果我改变
session_id = 'ADBCDEFGHIJQLMNOPQRSTUVWXYZ'
至
session_id LIKE '%ADBCDEFGHIJQLMNOPQRSTUVWXYZ%'
c++ - push_back std::pair into std::vector 错误
当我尝试将一对添加到向量时,我收到此错误:
这是方法:
mongodb - MongoDB Assertion Error: starting_from == self.__retrieved (pymongo driver)
MongoDB Question:
We're using a sharded replicaset, running pymongo 2.2 against mongo (version: 2.1.1-pre-). We're getting a traceback when a query returns more than one result document.
The code that give what dlist is is a simple find(). I've tried reIndex(), no joy. I've tried stopping and starting the mongo server, no joy.
This is easily replicable for me. Any ideas?