-
Notifications
You must be signed in to change notification settings - Fork 86
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mostafa/xk6-kafka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mostafa/xk6-kafka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.29.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 31 files changed
- 4 contributors
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab3ceb5 - Browse repository at this point
Copy the full SHA ab3ceb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcd986 - Browse repository at this point
Copy the full SHA 0dcd986View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b6480 - Browse repository at this point
Copy the full SHA a7b6480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccf3fe - Browse repository at this point
Copy the full SHA 9ccf3feView commit details
Commits on Dec 3, 2024
-
Test suite can run multiple times (#312)
* Each test that uses a topic now creates its own. Topic names use test name and unix time, so it is easy to find and inspect it when the test fails. This also removes some offsets that worked around other tests having polluted the common topic. * Do not depend on values being shared between assert closures.
Configuration menu - View commit details
-
Copy full SHA for 27bfd01 - Browse repository at this point
Copy the full SHA 27bfd01View commit details
Commits on Dec 4, 2024
-
Flag to return messages received so far when maxWait is reached (#313)
* Flag to return messages received so far when maxWait is reached. The current behavior, to panic on deadline is problematic, since there are a number of scenarios where you simply do not know how many messages there are to consume or when they are produced. For example, a load test may produce messages in bursts with jitter for a burn-in test, to try to provoke i data races in the test subject. This commit introduces a flag ExpectTimeout which will return message received so far. The commit also adds a test to verify that we panic if Close() is called while we are consuming. Given the nature of the problem xk6-kafka is trying to solve, this sounds like an errar condition. * Include expectTimeout in docs.
Configuration menu - View commit details
-
Copy full SHA for 2c5d328 - Browse repository at this point
Copy the full SHA 2c5d328View commit details
Commits on Dec 18, 2024
-
Fix writer timeout metrics (#316)
Go durations are configured in nanoseconds, however exported timeout metrics have to be in milliseconds. Conversion was missing before for the writer timeouts, leading to timeouts being displayed as 1000000× too long.
Configuration menu - View commit details
-
Copy full SHA for 715f403 - Browse repository at this point
Copy the full SHA 715f403View commit details -
* Add extra constants to ensure compatibility with docs * Parse offset if provided, otherwise use constants * Update README * Wrap error and decrease log level to warn * Clarify * Update deps * Fix dep error * Fix indentation * Update direct deps
Configuration menu - View commit details
-
Copy full SHA for 1818ded - Browse repository at this point
Copy the full SHA 1818dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e895e - Browse repository at this point
Copy the full SHA 33e895eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.28.0...v0.29.0