linkedin / linkedin/ambry

Test failure: AzureIntegrationTest.testFindEntriesSinceByChangeFeed

Open
#1,394 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.