Skip to content
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

TestUploadNotDelayedAfterStart #157

Merged
merged 2 commits into from
Aug 17, 2020

Conversation

psimovec
Copy link
Member

@psimovec psimovec commented Aug 11, 2020

@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 11, 2020
@psimovec psimovec force-pushed the nodelay branch 3 times, most recently from 8965b4a to cab86d5 Compare August 11, 2020 14:09
@psimovec psimovec changed the title [WIP] TestUploadNotDelayedAfterStart TestUploadNotDelayedAfterStart Aug 11, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 11, 2020
@psimovec
Copy link
Member Author

/test e2e-aws

@psimovec
Copy link
Member Author

/retest

@@ -183,7 +183,16 @@ func deleteAllPods(t *testing.T, namespace string) {
t.Log(errPod)
}

func checkPodsLogs(t *testing.T, kubeClient *kubernetes.Clientset, message string, newLogsOnly ...bool) {
func logLineTime(t *testing.T, pattern string) time.Time {
str := checkPodsLogs(t, clientset, `\d+:\d+:\d+\.\d+.*`+pattern)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be a bit safer to read from beginning of the line, like:
^\S\d{2}\d{2}\s\d+:\d+:\d+\.\d+.*
to parse pattern:
I0721 13:37:20.340873
This could help to skip potential lines which have time in the middle of log message

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!
unfortunately, there are no newlines in captured logs, which is quite weird.. so "^" does not work. I made it at least more specific with an additional check. Now there would be problem if log line contained whole different log line, which I don't expect to happen much...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should work now

@psimovec psimovec changed the title TestUploadNotDelayedAfterStart [WIP]TestUploadNotDelayedAfterStart Aug 12, 2020
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 12, 2020
@psimovec psimovec changed the title [WIP]TestUploadNotDelayedAfterStart TestUploadNotDelayedAfterStart Aug 12, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 12, 2020
@@ -20,6 +20,18 @@ const knownFileSuffixesInsideArchiveRegex string = `(`+
`(\/|^)(config|id|invoker|metrics|version)` +
`)$`

//https://bugzilla.redhat.com/show_bug.cgi?id=1841057
func TestUploadNotDelayedAfterStart(t *testing.T) {
time1:=logLineTime(t, `Reporting status periodically to .* every`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, Could we please just for sure check that IO operator is healthy at the beginning of TC, because that is precondition for fast upload mode.
Also, at the beginning of Log file should be It is safe to use fast upload and not Not safe for fast upload, but I guess checking health of operator should be good enough fot test. (To not to have investigate ccases when AWS or OCP itself failed).

@psimovec
Copy link
Member Author

/test e2e-aws

@martinkunc
Copy link
Contributor

/lgtm
/approved

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 17, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: martinkunc, psimovec

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 17, 2020
@openshift-merge-robot openshift-merge-robot merged commit 7161ddb into openshift:master Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants