question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ServiceVdbGeneratorTest::shouldRefreshServiceVdb_SingleSource is flaky

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Documentation issue or request

Description

I see this ServiceVdbGeneratorTest::shouldRefreshServiceVdb_SingleSource test fail occasionally on downstream CI.

[ERROR] shouldRefreshServiceVdb_SingleSource(io.syndesis.dv.server.endpoint.ServiceVdbGeneratorTest)  Time elapsed: 0.031 s  <<< FAILURE!
org.junit.ComparisonFailure: 
expected:<...type="DDL"><![CDATA[[SET NAMESPACE 'http://www.teiid.org/ext/relational/2012' AS teiid_rel;
]CREATE FOREIGN TABLE...> but was:<...type="DDL"><![CDATA[[]CREATE FOREIGN TABLE...>
	at io.syndesis.dv.server.endpoint.ServiceVdbGeneratorTest.shouldRefreshServiceVdb_SingleSource(ServiceVdbGeneratorTest.java:406)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
shawkinscommented, Dec 17, 2019

The issue here is a mixing of Teiid versions. This should be happening on the product branch due to a change in Teiid 13. We’ll be rolling Teiid 13 into the upstream today with https://issues.redhat.com/browse/TEIIDTOOLS-891 which will update this test result as well.

0reactions
shawkinscommented, Jan 9, 2020

Marking as closed. Master and 1.9.x are now aligned with Teiid versions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found