-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
More randomising of externalJobID and name #11008
Conversation
cedric-cordenier
commented
Oct 19, 2023
- Also inline specs that are only used in one place, and remove unused specs.
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
e67297b
to
c4e1a98
Compare
- Also inline specs that are only used in one place, and remove unused specs.
c4e1a98
to
62a4523
Compare
@@ -352,7 +434,6 @@ func TestIntegration_DirectRequest(t *testing.T) { | |||
for _, tt := range tests { | |||
test := tt | |||
t.Run(test.name, func(t *testing.T) { | |||
t.Parallel() |
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.
Note: I had to remove this to get the tests to pass reliably. Because each test is setting up its own simulator, making them run in parallel is causing both simulators to race when adding transactions, and seems to be causing a deadlock somewhere. I want to keep momentum up so am not going to tackle that particular issue at this time.
""" | ||
` | ||
|
||
const multiWordSpecTemplate = ` |
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.
No preference, but did you consider using package embed
for these instead of moving them in here?
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 didn't, but I think this is a better way of doing this so I've amended it.
b81b968
to
df5c761
Compare
df5c761
to
a1f9ea2
Compare
SonarQube Quality Gate 0 Bugs No Coverage information |