简体   繁体   English

用于综合测试 github 操作的 Datadog CI 失败

[英]Datadog CI for synthetic tests github action fails

I have some Datadog synthetic api tests.我有一些 Datadog 合成 api 测试。

I have created a API key and an APP key.我已经创建了一个 API 密钥和一个 APP 密钥。

Also, I use the official simple github action https://github.com/marketplace/actions/datadog-synthetics-ci另外,我使用官方简单的 github 操作https://github.com/marketplace/actions/datadog-synthetics-ci

But when I run the workflow i get this但是当我运行工作流程时,我得到了这个

Run DataDog/synthetics-ci-github-action@v0.3.1

(node:1461) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Error: Running Datadog Synthetics tests failed.

and when i try with version 0.2.0 i get this当我尝试使用 0.2.0 版本时,我得到了这个

Run DataDog/synthetics-ci-github-action@v0.2.0
(node:1522) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
 ERROR: unable to obtain test configurations with search query 
Error: Running Datadog Synthetics tests failed.

Any ideas ???有任何想法吗 ???

I added我添加了

datadog_site: us5.datadoghq.com

and it run as it was supposed to.它按预期运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有没有办法在Travis CI中访问和查看html报告以进行专家测试? - Is there a way to access and view html report in Travis CI for maven tests? 在Jenkins CI服务器上无头运行Selenium WebDriver / Testng测试时出错 - Error running selenium webdriver/testng tests headless on a jenkins CI server 尽管所有测试均通过,但Jenkins构建失败 - Jenkins build fails though all tests are pass 在Maven中运行TestNG测试失败,因为拆卸方法 - Running TestNG tests in Maven fails because teardown method 确保测试在TestNG套件中出现故障时继续执行 - Ensure tests continue execution when one fails in a TestNG suite Spring + TestNG集成测试,注入带注释的DAO失败 - Spring + TestNG integration tests, injecting DAO with annotations fails 如果其中一项测试失败,如何继续在TestNG中运行测试 - How can I continue running tests in TestNG if one of the test fails 当JaCoCo确定没有值得运行的测试时,Ant构建会不必要地失败 - Ant build fails unnecessarily when JaCoCo determines there are no tests worth running 在IDEA中运行时测试完成,但在Maven中运行时测试失败 - Tests completes when running in IDEA but fails when running in maven 如果第一个测试类失败,则停止在xml套件中运行测试 - Stop running tests in xml suite if first test class fails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM