-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to 1.8.0 #92
Bump to 1.8.0 #92
Conversation
|
||
ABQ 1.7.4 is a patch release. | ||
|
||
This release fixes a typo in the specification of the RWX Cloud API, and a typo | ||
in the configuration of certain logs. | ||
|
||
# 1.7.3 | ||
## 1.7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were at a different heading level than most versions
guarantees across versions of ABQ queues are provided at this time. | ||
`run_state` files are guaranteed to be compatible if shared between ABQ | ||
queues of the same version. | ||
If an ABQ queue loads a `run_state` file that it is incompatible with, the | ||
remote test run state will not be loaded. Executing a test suite whose | ||
run state file failed to be loaded will fall back on executing the test | ||
suite as a fresh run, similar to the pre-1.4.0 behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettier decided to fix indentation of this
- `<mode>` is either "store" or "load", depending on whether the file should be stored | ||
into the remote location, or loaded from the remote location. | ||
- `<file-type>` is either "manifest" or "results". | ||
- `<run-id>` is the run ID of the test suite run. | ||
- `<local-path>` is the path to the file on the local filesystem. If the mode is "store", | ||
- `<file-type>` is either "manifest" or "results". | ||
- `<run-id>` is the run ID of the test suite run. | ||
- `<local-path>` is the path to the file on the local filesystem. If the mode is "store", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, prettier. Not sure if this one is correct or incorrect though \cc @ayazhafiz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the render and this seems good. I don't think we have prettier configured on this repo though maybe we should.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, sorry it's in my editor 😅 I didn't even realize it made these changes until I looked at the diff
Benchmarks:
Fuzz result sizes:
|
Prepare 1.8.0 release