Test failure: AzureIntegrationTest.testFindEntriesSinceByChangeFeed
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 298
- Avg merge
- 21h 43m
- Merged PRs (30d)
- 9
Description
Fails with output:
```
java.lang.AssertionError: Wrong number of queries
Expected :6
Actual :1
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at com.github.ambry.cloud.azure.AzureIntegrationTest.testFindEntriesSince(AzureIntegrationTest.java:361)
at com.github.ambry.cloud.azure.AzureIntegrationTest.testFindEntriesSinceByChangeFeed(AzureIntegrationTest.java:305)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with AzureIntegrationTest.testFindEntriesSinceByChangeFeed and the failure at AzureIntegrationTest.java:361; inspect how the test counts queries and why the result is 1 instead of 6. Determine the intended query behavior and make the test pass with the expected count.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java
- Domain
- cloud, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100